Why does not my music play on PlayerPlaySound? - 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: Why does not my music play on PlayerPlaySound? (
/showthread.php?tid=603980)
Why does not my music play on PlayerPlaySound? -
bhuvanesh - 30.03.2016
Hello all
Im trying to use PlayerPlaySound() but it does not play the sound in game.
Code:
public OnPlayerRequestClass(playerid, classid)
{
PlayerPlaySound( playerid, 1187, 0.0, 0.0, 0.0 );
}
Thanks for the help