Aug
17
BF2 Top Stats
Filed Under BF2 Stats, Web Programming
Took the liberty off adding some new tables to the BF2 Stats today.
Decided to add a TopWeapon function that shows the top players for a given weapon. Voted to go with top Kills/Hour with any given weapon. This is the most ideal way I can think of to determian the “best” player for a given weapon.
Today’s Additions:
- showTopWeapon()
- showTopKnives()
- showTopPistols()
- CSS’d TopStats
[Edit] Dan was nice enough to go through and take a look at some of the code, found a couple optimizations (and cleaned up my tabbing) hehe.