Scripts.included.gg turbo
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== 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 give...') |
|||
Line 19: | Line 19: | ||
// Enables/Disables gg_turbo. | // Enables/Disables gg_turbo. | ||
- | gg_turbo | + | gg_turbo 0</pre> |
Revision as of 14:14, 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