Scripts.included.gg tk punish

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Description == '''gg_tk_punish''' is used to punish players who kill teammates. == Variables == '''gg_tk_punish''' contains the following cvars that can be found in your ser...')
 
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''gg_tk_punish''' is used to punish players who kill teammates.
+
-
== Variables ==
+
name=gg_tk_punish|
-
'''gg_tk_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 kill teammates.|
 +
 
 +
 
 +
cfg_file=gg_punishment_settings|
 +
 
 +
 
 +
cfg_contents=<pre>// ============================================================================
// >> TEAM KILL PUNISHMENT
// >> TEAM KILL PUNISHMENT
// ============================================================================
// ============================================================================
Line 14: Line 21:
// The number of levels a player will lose if they kill a teammate.
// The number of levels a player will lose if they kill a teammate.
-
   gg_tk_punish 0</pre>
+
   gg_tk_punish 0</pre>}}

Current revision as of 23:04, 22 March 2011


Description

gg_tk_punish is used to punish players who kill teammates.


Variables

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

// The number of levels a player will lose if they kill a teammate.
   gg_tk_punish 0
Personal tools