19.02.2013, 10:50
I need a bit of help, iv'e made the audio player play the music i want in the Character Screen.
But how come others that join my server cant hear it? i tried on my Friends computer and he couldn't hear the music?
But how come others that join my server cant hear it? i tried on my Friends computer and he couldn't hear the music?
Quote:
public OnPlayerConnect(playerid) { PlayAudioStreamForPlayer( playerid, "http://www.BlahBlahBlahRandomText.mp3"); return 1; } |
Quote:
public OnPlayerSpawn(playerid) { StopAudioStreamForPlayer (playerid); return 1; } |