Live Stats

Revision as of 13:06, 15 July 2011 by TCAWiki (talk | contribs) (Created page with "Every time the game monitors queries a service the stats are saved to the table tc_game_service_live_stats. You can use this table to create a list of services with their curren...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Every time the game monitors queries a service the stats are saved to the table tc_game_service_live_stats.

You can use this table to create a list of services with their current status.

For example you can get a list of services that are currently running with this query:

SELECT * FROM tc_game_service_live_stats WHERE online = 1;
Retrieved from "https://help.tcadmin.com/index.php?title=Live_Stats&oldid=402"