PlayerPlaySound Stop - 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)
+--- Thread: PlayerPlaySound Stop (
/showthread.php?tid=496794)
PlayerPlaySound Stop -
Blackazur - 23.02.2014
Hello, how to stop this sound?
Код:
PlayerPlaySound(playerid,17802,0.0,0.0,0.0);
Re: PlayerPlaySound Stop -
RealHobo009 - 23.02.2014
I'm guessing since you can't use a "StopSound" on it, play another sound like 4209 (blip) to cancel the other one
Re: PlayerPlaySound Stop -
Kirollos - 23.02.2014
You can put invalid sound id which stops the sound (i.e id 1184)
Re: PlayerPlaySound Stop -
MP2 - 23.02.2014
Playing sound 0 stops most. For some sounds (such as the driving school music), the next ID stops it.