News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Just something simple to help me.  (Read 1258 times)

0 Members and 1 Guest are viewing this topic.

Offline UltimateGamer9

  • Full Member
  • ***
  • Posts: 190
  • Gender: Male
    • View Profile
Just something simple to help me.
« on: September 05, 2015, 10:57:38 PM »
How do I make mission pass like it says "You Passed" it also says "Reward: Money" then the script will be over. Also with mission end music. How?

Offline Unknownsoldier

  • Hero Member
  • ****
  • Posts: 2,773
    • View Profile
Re: Just something simple to help me.
« Reply #1 on: September 06, 2015, 08:02:03 PM »
There are a lot of mission ending music. here's an example:

MissionSucceed() -- this function will end the script, and launch the MissionCleanup() function
PlayerAddMoney(amount) -- idk how to make the little text
SoundPlayStream("MS_NerdPassStinger.rsm", 0.5) -- 0.5 is volume, default volume is 0.5

and if u wanna find more pass stingers, rip the music audio to listen to it.