GetOnlinePlayers(){new tmp=0;for(new i=0; i<=MAX_PLAYERS; i++){if(IsPlayerConnected(i))tmp++;}return tmp;}