Scripts.included.gg random spawn
From GunGame5 Documentation
(Difference between revisions)
(Created page with '== Description == '''gg_random_spawn''' is used to load random spawnpoints for the current map. *A spawnpoint file for the map must be created in order for this addon to work fo...') |
|||
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
- | |||
+ | name=gg_random_spawn| | ||
- | = | + | |
- | + | description=is used to load random spawnpoints for the current map. | |
+ | |||
+ | *A spawnpoint file for the map must be created in order for this addon to work for the given map.| | ||
+ | |||
+ | |||
+ | cfg_file=included_addon_configs/gg_random_spawn| | ||
+ | |||
+ | |||
+ | cfg_contents=<pre>// ============================================================================ | ||
// >> RANDOM SPAWNPOINTS | // >> RANDOM SPAWNPOINTS | ||
// ============================================================================ | // ============================================================================ | ||
Line 20: | Line 27: | ||
// Enables/Disables random spawn points | // Enables/Disables random spawn points | ||
- | gg_random_spawn 0</pre> | + | gg_random_spawn 0</pre>}} |
Current revision as of 22:57, 22 March 2011
Description
gg_random_spawn is used to load random spawnpoints for the current map.
- A spawnpoint file for the map must be created in order for this addon to work for the given map.
Variables
gg_random_spawn contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_random_spawn.cfg file:// ============================================================================ // >> RANDOM SPAWNPOINTS // ============================================================================ // Description: // Loads random spawnpoints if a spawnpoint file for the current map has // been created. // Note: // Create spawnpoint files with the gg_spawnpoints included addon. // Options: // 0 = (Disabled) Do not load gg_random_spawn. // 1 = (Enabled) Load gg_random_spawn. // Default Value: 0 // Enables/Disables random spawn points gg_random_spawn 0