if (strcmp("/radiopos", cmdtext, true) == 0) { new Float ![]() GetPlayerPos(playerid,x,y,z); PlayAudioStreamForPlayer(playerid, "http://mountainvalley.altervista.org/Avicii%20-%20Hey%20Brother.mp3", x,y,z-1, 0, 0, 0); return 1; } |
warning 202: number of arguments does not match definition |