Sound is not playing..
#1

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;
}
Reply
#2

Код:
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)