06.10.2015, 09:01
Код:
cmd(stream, playerid, params[]) { if(Account[playerid][Dj] == 1) { new url[60]; if(sscanf(params, "s[60]", url)) return SendClientMessage(playerid, -1, "Usage: /stream [URL]"); if(Account[playerid][Streaming] == 0) return SendClientMessage(playerid, -1, "{FF9900}Error: You must turn on your streaming mode!"); for(new i = 0; i < MAX_PLAYERS; i++) { if(Account[i][Streaming] == 1) { SendClientMessageToAll(-1, "========================================="); StopAudioStreamForPlayer(i); PlayAudioStreamForPlayer(i, url); SendClientMessageToAll(-1, "========================================="); } } return 1; } else return 0; }
The fix: You had a useless variable string which had it's length as MAX_PLAYERS? also your url variable was [MAX_PLAYERS] and in sscanf params it was [500]? Changed these.
Test the audio with this URL: http://somafm.com/tags.pls