public HBroadCast(color, const string[]){ for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[i][pAdmin] != 0) { SendClientMessage(i, color, string); } } } return 1;}