for(new i=0; i<MAX_PLAYERS; 1++){ if(IsPlayerConnected(i)) { if(IsPlayerAdmin(i)) { SendClientMessage(i, 0xFFFFFFFF, str); } }}