Quote:
Originally Posted by PrawkC
Create a variable such as 'kills', then loop through all the player files and do this
Код:
if(playerkills > kills)
kills = playerkills;
in the loop, you'd also want to store the players name I guess.
|
I'm sorry but how can I loop all the player files? Thanks for the reply!