View Single Post
Author Message
chatyak
Senior Member
Join Date: Aug 2011
Old 04-14-2018 , 20:36   New Data / Column on Players Page
Reply With Quote #1

Does anyone know how to code more info to show up on the "players" page, by kills / connection_time to get an avg kill rate based relative on time on server -instead of just a total number?

On that note - also showing the stats on individual profiles to appear on the main players table? Such as kills per minute, kills per death, shots per minute, etc..

I'm looking through the page templates and I get the values have to be selected from the DB then printed out - but nothing seems to be working.



I'm trying to add after this:

new TableColumn
(
'connection_time',
'Connection Time',
'width=10&align=right&type=timestamp'
),

On the players.php page but nothing I'm doing is working.

Last edited by chatyak; 04-14-2018 at 20:37.
chatyak is offline