Scripts.included.gg dead strip
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== Description == '''gg_dead_strip''' strips player weapons once they have died. It also disallows players from dropping their current level weapon or other weapons they are ''s...') |
|||
Line 2: | Line 2: | ||
'''gg_dead_strip''' strips player weapons once they have died. | '''gg_dead_strip''' strips player weapons once they have died. | ||
- | + | *This addon also disallows players from dropping their current level weapon or other weapons they are ''supposed'' to have. | |
- | Any weapon a player picks up, that they should not currently have, will be ''removed'', as well. | + | *Any weapon a player picks up, that they should not currently have, will be ''removed'', as well. |
Revision as of 04:13, 22 March 2011
Description
gg_dead_strip strips player weapons once they have died.
- This addon also disallows players from dropping their current level weapon or other weapons they are supposed to have.
- Any weapon a player picks up, that they should not currently have, will be removed, as well.
Variables
gg_dead_strip contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_dead_strip.cfg file:// ============================================================================ // >> DEAD STRIP // ============================================================================ // Description: // Removes a player's weapons when they die. // Note: // * Prevents players from picking up the wrong weapon. // Options: // 0 = (Disabled) Do not load gg_dead_strip. // 1 = (Enabled) Load gg_dead_strip. // Default Value: 0 // Enables/Disables gg_dead_strip. gg_dead_strip 1