Adrian0606 Posted December 5, 2018 Share Posted December 5, 2018 CMD:music(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] == 6) { { new url[128]; if(sscanf(params,"s[128]",url)) return SendClientMessage(playerid,-1,"USAGE: /music (url)"); for(new i = 0; i < MAX_PLAYERS; i++) { PlayAudioStreamForPlayer(i, url); } } return 1; Primesc o gramada de warrning-uri Link to comment Share on other sites More sharing options...
Administrator Leonard Posted December 5, 2018 Administrator Share Posted December 5, 2018 Refa topicul la categoria potrivita. + respecta modelul de postare. https://leaks.ro/forum/16-scripting-warnings-errors/ www.liberty.mp Link to comment Share on other sites More sharing options...
Recommended Posts