Scripts.included.gg dead strip

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(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...')
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''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 ''supposed'' to have.
 
-
Any weapon a player picks up, that they should not currently have, will be ''removed'', as well.
+
name=gg_dead_strip|
-
== Variables ==
+
description=strips player weapons once they have died.
-
'''gg_dead_strip''' contains the following cvars that can be found in your server's <span style="color:red">../cfg/gungame51/included_addon_configs/gg_dead_strip.cfg</span> file:<pre>// ============================================================================
+
 
 +
*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.|
 +
 
 +
 
 +
cfg_file=included_addon_configs/gg_dead_strip|
 +
 
 +
 
 +
cfg_contents=<pre>// ============================================================================
// >> DEAD STRIP
// >> DEAD STRIP
// ============================================================================
// ============================================================================
Line 21: Line 28:
// Enables/Disables gg_dead_strip.
// Enables/Disables gg_dead_strip.
-
   gg_dead_strip 1</pre>
+
   gg_dead_strip 0</pre>}}

Current revision as of 22:29, 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 0
Personal tools