new BestKiller;for(new i; i < MAX_PLAYERS; i ++){ if(IsPlayerConnected(i) && PlayerKills[i] > BestKiller) BestKiller = i;}