11.08.2009, 18:43
like this
that stops the music for the pilot award music, replace the 1188 with the stop sound id found on the wiki
Код:
public OnPlayerRequestSpawn(playerid) { PlayerPlaySound(playerid,1188 ,0, 0, 0); return 1; }