SA-MP Forums Archive
How to turn this off - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to turn this off (/showthread.php?tid=123413)



How to turn this off - Torran - 25.01.2010

pawn Код:
PlayerPlaySound(playerid, 1187, 0.0, 0.0, 0.0);
I have that at: OnPlayerRequestClass
But when a player spawns, How to turn it off


Re: How to turn this off - Christopher. - 25.01.2010

PlayerPlaySound(playerid, 1188, 0.0, 0.0, 0.0);

That in onplayerspawn


Re: How to turn this off - Nakash - 25.01.2010

Quote:
Originally Posted by Chris - X-Host
PlayerPlaySound(playerid, 1188, 0.0, 0.0, 0.0);

That in onplayerspawn
It works only for the sound id you mentioned.
If you want to stop another sound,change the sound's id one number up,
for example if your sound id is 700,change it to 701.


Re: How to turn this off - -Rebel Son- - 25.01.2010

1063 will disable sounds.