How to stop a sound from playing?
#1

Hey,

I have a question,
how can I stop this sound to be played, because it keeps playing:
pawn Код:
PlayerPlaySound(playerid, 1062, 0, 0, 0);
I have tried already this;
pawn Код:
PlayerPlaySound(playerid, 0, 0, 0, 0);
but it don't work for me?

Thanks
Reply
#2

For music you need another sound id. It's the next following id 1162 -> 1163 etc. You can stop the sound with sound id 1163.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)