I solved menu problem, but i have question
#1

While choosing the player class, how to get music, and make them dance while being chosen?
And the music stoping after class chosen!!
Reply
#2

Search for dance animations -.-
Reply
#3

Reply
#4

kk thanks
I searched and found.
But i searched how to get sound when selecting class and stopping it after class chosen, But i didnt find...
How to?
Reply
#5

https://sampwiki.blast.hk/wiki/PlayerPlaySound

and

https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction

Just put it under OnPlayerRequestClass
Reply
#6

That dont tell how to stop sound after class chosen
Oh n sorry to be pain in the ass, but i tried different ways, but i dont know how to allow my teleport menus to teleport vehicles!!
Should i put updated pastebin of my menus?
Reply
#7

https://sampwiki.blast.hk/wiki/SoundID

You play the appropriate "_STOP" sound ID

i.e.

pawn Код:
// Start music
PlayerPlaySound(playerid, 1062, x, y, z); // SOUND_GOGO_TRACK_START
// Stop music
PlayerPlaySound(playerid, 1063, x, y, z); // SOUND_GOGO_TRACK_STOP
Reply
#8

thanks.
But what bout the menu bein able to tele vehicles too?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)