Scripts.included.gg earn nade
From GunGame5 Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
- | == | + | name=gg_earn_nade| |
- | '' | + | |
+ | |||
+ | description=allows players on the ''<span style="color:red">hegrenade</span>'' level to earn another grenade by killing players with their other weapons.| | ||
+ | |||
+ | |||
+ | cfg_file=included_addon_configs/gg_earn_nade| | ||
+ | |||
+ | |||
+ | cfg_contents=<pre>// ============================================================================ | ||
// >> EARN GRENADES | // >> EARN GRENADES | ||
// ============================================================================ | // ============================================================================ | ||
Line 18: | Line 25: | ||
// Enables/Disables gg_earn_nade. | // Enables/Disables gg_earn_nade. | ||
- | gg_earn_nade 0</pre> | + | gg_earn_nade 0</pre>}} |
Current revision as of 22:36, 22 March 2011
Description
gg_earn_nade allows players on the hegrenade level to earn another grenade by killing players with their other weapons.
Variables
gg_earn_nade contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_earn_nade.cfg file:// ============================================================================ // >> EARN GRENADES // ============================================================================ // Description: // When a player reaches grenade level, they can earn extra grenades by // killing enemies with another weapon. // Note: // * Players can only carry one hegrenade at a time. // Options: // 0 = (Disabled) Do not load gg_earn_nade. // 1 = (Enabled) Load gg_earn_nade. // Default Value: 0 // Enables/Disables gg_earn_nade. gg_earn_nade 0