Scripts.included.gg suicide punish

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Description == '''gg_suicide_punish''' is used to punish players who commit suicide. == Variables == '''gg_suicide_punish''' contains the following cvars that can be found i...')
 
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''gg_suicide_punish''' is used to punish players who commit suicide.
+
-
== Variables ==
+
name=gg_suicide_punish|
-
'''gg_suicide_punish''' contains the following cvars that can be found in your server's <span style="color:red">../cfg/gungame51/gg_punishment_settings.cfg</span> file:<pre>// ============================================================================
+
 
 +
 
 +
description=is used to punish players who commit suicide.|
 +
 
 +
 
 +
cfg_file=gg_punishment_settings|
 +
 
 +
 
 +
cfg_contents=<pre>// ============================================================================
// >> SUICIDE PUNISHMENT
// >> SUICIDE PUNISHMENT
// ============================================================================
// ============================================================================
Line 13: Line 20:
// The number of levels a player will lose if they commit suicide.
// The number of levels a player will lose if they commit suicide.
-
   gg_suicide_punish 0</pre>
+
   gg_suicide_punish 0</pre>}}

Current revision as of 23:03, 22 March 2011


Description

gg_suicide_punish is used to punish players who commit suicide.


Variables

gg_suicide_punish contains the following cvars that can be found in your server's ../cfg/gungame51/gg_punishment_settings.cfg file:
// ============================================================================
// >> SUICIDE PUNISHMENT
// ============================================================================
// Options:
//    0 = No punishment.
//    # = The number of levels a player will lose if they commit suicide.
// Default Value: 0

// The number of levels a player will lose if they commit suicide.
   gg_suicide_punish 0
Personal tools