Scripts.included.gg stats logging

From GunGame5 Documentation

Revision as of 01:15, 3 April 2012 by Satoon101 (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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
Personal tools