Scripts.included.gg reload
From GunGame5 Documentation
(Difference between revisions)
(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: | ||
- | + | {{Addons| | |
- | + | ||
- | == | + | name=gg_reload| |
- | + | ||
+ | |||
+ | 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