PlayerCnt mutator by Mr.Loathsome.

Description:  

Counts number of times player joins a game. By player name.
Counts both Human and Bot players.
Will also work in practice matches if you wish.

Instructions:

Place files PlayerCnt.u and PlayerCnt.int into your UT\System directory.

Mutator will create file PlayerCnt.ini with the following format:

[PlayerCnt.pC]
NumGames=5
NumPlayers=24
PInfo[0]=(PlayersName="Mr.Loathsome",Count=5,PlayerType="Human")
PInfo[1]=(PlayersName="Liche",Count=1,PlayerType="Bot")
PInfo[2]=(PlayersName="Kosak",Count=1,PlayerType="Bot")
PInfo[3]=(PlayersName="Kira",Count=2,PlayerType="Bot")
.
.
.
.

Currently supports 1024 unique player/bot entries.

If you need more than that, you can recompile the mutator after
adjusting the MaxPlayers constant and the PInfo array in the PC.uc source.

Enjoy !
