07.10.2012, 19:40
Create a variable such as 'kills', then loop through all the player files and do this
in the loop, you'd also want to store the players name I guess.
Код:
if(playerkills > kills) kills = playerkills;