| Well, first of all, you need an array = to the number of players you have. Which holds integers. When you kill something, check the player type, then add 1 to the killarray[number of that player].
As for the leaderboard. I believe you can then use the killarray[number of that player] to display the kills. I am still experimenting with it however. |