SA-MP Forums Archive
A nice PlayerPlaySound song everytime a player picks a class? - 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: A nice PlayerPlaySound song everytime a player picks a class? (/showthread.php?tid=171927)



A nice PlayerPlaySound song everytime a player picks a class? - markjaysonpinoy - 28.08.2010

A nice PlayerPlaySound song everytime a player picks a class? I am making a Stunt Server and if anyone can give me your name will be added on /credits.

Thank you in advance!


Re: A nice PlayerPlaySound song everytime a player picks a class? - LifeStyle - 28.08.2010

pawn Код:
onplayerconnect
PlayerPlaySound(playerid,1076,0,0,0);
onplayerspawn
PlayerPlaySound(playerid, 1184,0,0,0);



Re: A nice PlayerPlaySound song everytime a player picks a class? - markjaysonpinoy - 28.08.2010

Thanks alot man