Scripts.included.gg map obj
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== Description == '''gg_map_obj''' is used to disable bombing and/or hostage objectives on the map. == Variables == '''gg_map_obj''' contains the following cvars that can be fo...') |
|||
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
- | = | + | name=gg_map_obj| |
- | + | ||
+ | |||
+ | description=is used to disable bombing and/or hostage objectives on the map.| | ||
+ | |||
+ | |||
+ | cfg_file=gg_objectives_settings| | ||
+ | |||
+ | |||
+ | cfg_contents=<pre>// ============================================================================ | ||
// >> MAP OBJECTIVES | // >> MAP OBJECTIVES | ||
// ============================================================================ | // ============================================================================ | ||
Line 15: | Line 22: | ||
// Controls which objectives will be disabled. | // Controls which objectives will be disabled. | ||
- | gg_map_obj 0</pre> | + | gg_map_obj 0</pre>}} |
Current revision as of 22:50, 22 March 2011
Description
gg_map_obj is used to disable bombing and/or hostage objectives on the map.
Variables
gg_map_obj contains the following cvars that can be found in your server's ../cfg/gungame51/gg_objectives_settings.cfg file:// ============================================================================ // >> MAP OBJECTIVES // ============================================================================ // Options: // 0 = No objectives disabled. // 1 = All objectives disabled. // 2 = Bomb objective disabled. // 3 = Hostage objective disabled. // Default Value: 0 // Controls which objectives will be disabled. gg_map_obj 0