Scripts.included.gg noblock

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Description == '''gg_noblock''' is used to allow players to pass through each other. == Variables == '''gg_noblock''' contains the following cvars that can be found in your ...')
 
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''gg_noblock''' is used to allow players to pass through each other.
+
-
== Variables ==
+
name=gg_noblock|
-
'''gg_noblock''' contains the following cvars that can be found in your server's <span style="color:red">../cfg/gungame51/included_addon_configs/gg_noblock.cfg</span> file:<pre>// ============================================================================
+
 
 +
 
 +
description=is used to allow players to pass through each other.|
 +
 
 +
 
 +
cfg_file=included_addon_configs/gg_noblock|
 +
 
 +
 
 +
cfg_contents=<pre>// ============================================================================
// >> NO BLOCK
// >> NO BLOCK
// ============================================================================
// ============================================================================
Line 15: Line 22:
// Enables/Disables gg_noblock.
// Enables/Disables gg_noblock.
-
   gg_noblock 0</pre>
+
   gg_noblock 0</pre>}}

Current revision as of 22:54, 22 March 2011


Description

gg_noblock is used to allow players to pass through each other.


Variables

gg_noblock contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_noblock.cfg file:
// ============================================================================
// >> NO BLOCK
// ============================================================================
// Description:
//    Makes it possible to pass through all players.
// Options:
//    0 = (Disabled) Do not load gg_noblock.
//    1 = (Enabled) Load gg_noblock.
// Default Value: 0

// Enables/Disables gg_noblock.
   gg_noblock 0
Personal tools