PlayerPlayerSound - 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: PlayerPlayerSound (
/showthread.php?tid=276047)
PlayerPlayerSound -
Speed - 12.08.2011
How to remove Sound on player spawn ?
AW: PlayerPlayerSound -
samtey - 12.08.2011
I don't really understand you, but post me your OnPlayerSpawn here!
Re: PlayerPlayerSound -
emokidx - 12.08.2011
i dont think there is any sound by default so you must have added "PlayerPlaySound",,, so just remove it from "OnPlayerSpawn".. that should fix it
AW: PlayerPlayerSound -
samtey - 12.08.2011
Not only from there, remove PlayerPlaySound
everywhere you have!
Re: PlayerPlayerSound -
emokidx - 12.08.2011
that would disable sound from everywhere.. he just asked to disable it on player spawn,,
Re: PlayerPlayerSound -
MadeMan - 12.08.2011
If you mean stopping the sound OnPlayerSpawn use this
pawn Код:
PlayerPlaySound(playerid, 1186, 0.0, 0.0, 0.0);