Scripts.included.gg stats logging
From GunGame5 Documentation
(Difference between revisions)
Line 7: | Line 7: | ||
description=is used to log certain events on the server. | description=is used to log certain events on the server. | ||
- | *The events to be logged can be added/removed inside the server's <span style="color:red">../cfg/gungame51/included_addon_configs/ | + | *The events to be logged can be added/removed inside the server's <span style="color:red">../cfg/gungame51/included_addon_configs/gg_stats_logging.txt</span> file.| |
- | cfg_file=included_addon_configs/ | + | cfg_file=included_addon_configs/gg_stats_logging| |
Current revision as of 01:15, 3 April 2012
Description
gg_stats_logging is used to log certain events on the server.
- The events to be logged can be added/removed inside the server's ../cfg/gungame51/included_addon_configs/gg_stats_logging.txt file.
Variables
gg_stats_logging contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_stats_logging.cfg file:// ============================================================================ // >> STATS LOGGING // ============================================================================ // Description: // When enabled, this addon will log game events for stats tracking for // HLstatsX, Psychostats, and etc. // Notes: // * Other options available in "gg_stats_logging.txt". // * This should be used with third-party stats programs. // Options: // 0 = (Disabled) Do not load gg_stats_logging. // 1 = (Enabled) Load gg_stats_logging. // Default Value: 0 // Enables/Disables stats logging for third-party programs. gg_stats_logging 0