21.08.2012, 15:29
You have two vars;
* A var which stores the player with the least deaths (default = 0)
* A var which stores the deaths of this player (default = 999999999999 or something).
Use a loop to loop through each player. Each round you check if the deaths of the player is lower than the saved deaths. If this is true, set the vars.
I hope I gave you an idea
* A var which stores the player with the least deaths (default = 0)
* A var which stores the deaths of this player (default = 999999999999 or something).
Use a loop to loop through each player. Each round you check if the deaths of the player is lower than the saved deaths. If this is true, set the vars.
I hope I gave you an idea
