01.10.2012, 14:33
Why dont you simply put that in your GM, it will play a song for the player which connects to your server.
- and this will stop it when he/she spawns.
Код:
public OnPlayerConnect() PlayAudioStreamForPlayer(playerid, "http://ft.dtupload.com/Uo/Dark_Ambient.mp3");
Код:
public OnPlayerSpawn(playerid) StopAudioStreamForPlayer(playerid);