#include <zcmd>CMD:announce(playerid, params[]){ for(new i = 0; i < MAX_PLAYERS; i++) { GameTextForPlayer(i, "~w~test", 5000, 6); }}