20.04.2012, 13:28
As it was in the titlw i want to know how to create "http://something.something/music.mp3 !!! pls help me and i Rep you for the first helper who give correct answer... i am waiting for help. Please hurry
public OnPlayerConnect(playerid) {
PlayAudioStreamForPlayer(playerid, "URL.mp3");
}
public OnPlayerSpawn(playerid) {
StopAudioStreamForPlayer(playerid);
}