23.10.2015, 16:04
Yeah just quickly wanted to ask what the command for Streaming Music is in Linux. Because i got a server-host, and as you probably know the servers get hosted on Linux.
I coded it like this:
This is supposed to play music when having the login screen infront of you.
Thanks for your answers.
I coded it like this:
Quote:
public OnPlayerRequestClass(playerid, classid) { new string[768]; PlayAudioStreamForPlayer(playerid, "THE LINK TO THE FILE THAT IS MP3"); PlayerInfo[playerid][pModel] = Peds[classid][0]; if(IsPlayerNPC(playerid)) { SpawnPlayer(playerid); return 1; } |
Thanks for your answers.