for(new i = 0; i < MAX_PLAYERS; i++){ if(cop[i] >= 1 && IsPlayerConnected(i)) { format(string,sizeof(string),"There are %d cop members",i); SendClientMessageToAll(COLOR_YELLOW,string); }}