TheDanes Ingame Statistics v1 - By TheDane - www.thedanesjoint.com - thedane_ut@hotmail.com

This mutator will display the top 10 players on your server on the HUD while gaming.

I made this because I couldn't find anything like it, all statistic tools I came across
always needed php scripts and a database to run. This mutator is quite different, it's
all Uscript and will be updated when the match ends so they next map will display the
current statistics.

The statistics shown on HUD is:

-PlayerName
-Rank
-Frags (measured by score in game, not actualy fragcount itself)
-Deaths (also including suicides)
-Games played
-Eff



Installation:

1. Copy DanesStats.u and DanesStats.int to your servers System folder.

2a. Select "TheDanes InGame Statistics" mutator from webadmin.

or

2b. Add the following to your server ini file in the [Engine.GameEngine] section:

ServerPackages=DanesStats

3. Add to your servers command line :

DanesStats.DanesStats

4. Save changes and reboot the server.

Though the mutator is loaded correct it will not be displaying for the first match as
it needs to initiate the database first. The database will be created when the first
match ends where a player has been present. And for the first matches it might not show
anything for all 10 top players if there hasn't been 10 players on the server yet.