13.05.2012, 08:23
Hello,
I've wanted to set a song as sound while the players are choosing their Class but I have met a problem.
The song is from *******.com and doesn't loads, any link from ******* doesn't works.Why ?
Can anyone help me to fix it ?
I've wanted to set a song as sound while the players are choosing their Class but I have met a problem.
The song is from *******.com and doesn't loads, any link from ******* doesn't works.Why ?
Код:
public OnPlayerConnect(playerid) { PlayAudioStreamForPlayer(playerid, "http://www.youtube.com/watch?v=Yg-RIOATCbU&ob=av2n"); return 1; } public OnPlayerRequestSpawn(playerid) { StopAudioStreamForPlayer(playerid); return 1; }