new string[100]; new players = 0;for(new i; i <MAX_PLAYERS; i++){ if(IsPlayerConnected(i)) { players++;}} format(string, sizeof(string),"agora tem %d players Online",players); SendClientMessage(playerid,string);