GetPlayers(){ new i, count; while( i++ < MAX_PLAYERS ) { if(IsPlayerConnected( i )) count++; } return count;}