Scripts.included.gg stats logging
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== 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 <span style="color:red">....') |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
- | |||
+ | name=gg_stats_logging| | ||
- | + | ||
- | + | 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/gg_stats_logging.txt</span> file.| | ||
+ | |||
+ | |||
+ | cfg_file=included_addon_configs/gg_stats_logging| | ||
+ | |||
+ | |||
+ | cfg_contents=<pre>// ============================================================================ | ||
// >> STATS LOGGING | // >> STATS LOGGING | ||
// ============================================================================ | // ============================================================================ | ||
Line 21: | Line 28: | ||
// Enables/Disables stats logging for third-party programs. | // Enables/Disables stats logging for third-party programs. | ||
- | gg_stats_logging 0</pre> | + | gg_stats_logging 0</pre>}} |
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