Scripts.included.gg reload

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Description == '''gg_reload''' is used to reload a player's clip when they level up. == Variables == '''gg_reload''' contains the following cvars that can be found in your s...')
 
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''gg_reload''' is used to reload a player's clip when they level up.
+
-
== Variables ==
+
name=gg_reload|
-
'''gg_reload''' contains the following cvars that can be found in your server's <span style="color:red">../cfg/gungame51/included_addon_configs/gg_reload.cfg</span> file:<pre>// ============================================================================
+
 
 +
 
 +
description=is used to reload a player's clip when they level up.|
 +
 
 +
 
 +
cfg_file=included_addon_configs/gg_reload|
 +
 
 +
 
 +
cfg_contents=<pre>// ============================================================================
// >> RELOAD
// >> RELOAD
// ============================================================================
// ============================================================================
Line 15: Line 22:
// Enables/Disables gg_reload.
// Enables/Disables gg_reload.
-
   gg_reload 0</pre>
+
   gg_reload 0</pre>}}

Current revision as of 22:59, 22 March 2011


Description

gg_reload is used to reload a player's clip when they level up.


Variables

gg_reload contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_reload.cfg file:
// ============================================================================
// >> RELOAD
// ============================================================================
// Description:
//    When a player gains a level, the ammo in their clip is replenished.
// Options:
//    0 = (Disabled) Do not load gg_reload.
//    1 = (Enabled) Load gg_reload.
// Default Value: 0

// Enables/Disables gg_reload.
   gg_reload 0
Personal tools