Scripts.included.gg stats logging

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(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">....')
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''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">../cfg/gungame51/included_addon_configs/gg_spawnpoints.txt</span> file.
 
 +
name=gg_stats_logging|
-
== Variables ==
+
 
-
'''gg_stats_logging''' contains the following cvars that can be found in your server's <span style="color:red">../cfg/gungame51/included_addon_configs/gg_spawnpoints.cfg</span> file:<pre>// ============================================================================
+
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_spawnpoints.txt</span> file.|
 +
 
 +
 
 +
cfg_file=included_addon_configs/gg_spawnpoints|
 +
 
 +
 
 +
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>}}

Revision as of 23:02, 22 March 2011


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_spawnpoints.txt file.


Variables

gg_stats_logging contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_spawnpoints.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