Scripts.included.gg knife elite
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== Description == '''gg_knife_elite''' strips players of all weapons except for the knife once they have leveled up. *The leveling player will only be able to use their knife un...') |
|||
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
- | |||
+ | name=gg_knife_elite| | ||
- | + | ||
- | + | description=strips players of all weapons except for the knife once they have leveled up. | |
+ | |||
+ | *The leveling player will only be able to use their knife until the end of the round.| | ||
+ | |||
+ | |||
+ | cfg_file=included_addon_configs/gg_knife_elite| | ||
+ | |||
+ | |||
+ | cfg_contents=<pre>// ============================================================================ | ||
// >> KNIFE ELITE | // >> KNIFE ELITE | ||
// ============================================================================ | // ============================================================================ | ||
Line 21: | Line 28: | ||
// Enables/Disables gg_knife_elite. | // Enables/Disables gg_knife_elite. | ||
- | gg_knife_elite 0</pre> | + | gg_knife_elite 0</pre>}} |
Current revision as of 22:44, 22 March 2011
Contents |
Description
gg_knife_elite strips players of all weapons except for the knife once they have leveled up.
- The leveling player will only be able to use their knife until the end of the round.
Variables
gg_knife_elite contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_knife_elite.cfg file:// ============================================================================ // >> KNIFE ELITE // ============================================================================ // Description: // Once a player levels up, they only get a knife until the next round. // Notes: // * Will not load with "gg_turbo" enabled. // * "gg_dead_strip" will automatically be enabled. // * Will not load if "gg_dead_strip" can not be enabled. // Options: // 0 = (Disabled) Do not load gg_knife_elite. // 1 = (Enabled) Load gg_knife_elite. // Default Value: 0 // Enables/Disables gg_knife_elite. gg_knife_elite 0
Required Addons