stock GetRandomPlayer(){ new playaz[MAX_PLAYERS], count; for(new i; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { playaz[count] = i; count++; } } return playaz[random(count)];}