Scripts.included.gg turbo
From GunGame5 Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
+ | |||
+ | name=gg_turbo| | ||
+ | |||
+ | |||
+ | description=is used to give players their weapon when the level up. | ||
*Normally, players only receive a new weapon the next time they spawn. | *Normally, players only receive a new weapon the next time they spawn. | ||
- | *This addon gives them their weapon ''immediately'' upon leveling up. | + | *This addon gives them their weapon ''immediately'' upon leveling up.| |
+ | |||
+ | |||
+ | cfg_file=included_addon_configs/gg_turbo| | ||
- | = | + | cfg_contents=<pre>// ============================================================================ |
- | + | ||
// >> TURBO MODE | // >> TURBO MODE | ||
// ============================================================================ | // ============================================================================ | ||
Line 19: | Line 26: | ||
// Enables/Disables gg_turbo. | // Enables/Disables gg_turbo. | ||
- | gg_turbo 0</pre> | + | gg_turbo 0</pre>}} |
Revision as of 23:05, 22 March 2011
Description
gg_turbo is used to give players their weapon when the level up.
- Normally, players only receive a new weapon the next time they spawn.
- This addon gives them their weapon immediately upon leveling up.
Variables
gg_turbo contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_turbo.cfg file:// ============================================================================ // >> TURBO MODE // ============================================================================ // Description: // Gives the player their next weapon immediately when they level up. // Options: // 0 = (Disabled) Do not load gg_turbo. // 1 = (Enabled) Load gg_turbo. // Default Value: 0 // Enables/Disables gg_turbo. gg_turbo 0