SA-MP Forums Archive
Sound is not playing.. - 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: Sound is not playing.. (/showthread.php?tid=245140)



Sound is not playing.. - Luis- - 30.03.2011

Hi, I would like to know why "PlayPlayerSound" is not working?

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
        PlayerPlaySound(playerid, 1143, 0.0, 0.0, 0.0);
    return 1;
}



Re: Sound is not playing.. - Mikkel_Pedersen - 30.03.2011

Код:
SOUND_OTB_TRACK_START 	1142
SOUND_OTB_TRACK_STOP 	1143
You are actually using a sound id that stops the music. Try using 1142 instead, which should start the OTB TRACK.