Scripts.included.gg spawnpoints

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Description == '''gg_spawnpoints''' is used to allow server admins to manage spawnpoints on the server. *Admins can add, remove, remove all, print, and show the spawnpoints o...')
 
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''gg_spawnpoints''' is used to allow server admins to manage spawnpoints on the server.
+
-
*Admins can add, remove, remove all, print, and show the spawnpoints on the current map.
 
 +
name=gg_spawnpoints|
-
== Variables ==
+
 
-
'''gg_spawnpoints''' contains the following cvars that can be found in your server's <span style="color:red">../cfg/gungame51/included_addon_configs/gg_spawnpoints.cfg</span> file:<pre>// ============================================================================
+
description=is used to allow server admins to manage spawnpoints on the server.
 +
 
 +
*Admins can add, remove, remove all, print, and show the spawnpoints on the current map.|
 +
 
 +
 
 +
cfg_file=included_addon_configs/gg_spawnpoints|
 +
 
 +
 
 +
cfg_contents=<pre>// ============================================================================
// >> SPAWNPOINT MANAGER
// >> SPAWNPOINT MANAGER
// ============================================================================
// ============================================================================
Line 29: Line 36:
// Spawn point management.
// Spawn point management.
-
   gg_spawnpoints 0</pre>
+
   gg_spawnpoints 0</pre>}}

Current revision as of 23:01, 22 March 2011


Description

gg_spawnpoints is used to allow server admins to manage spawnpoints on the server.

  • Admins can add, remove, remove all, print, and show the spawnpoints on the current map.


Variables

gg_spawnpoints contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_spawnpoints.cfg file:
// ============================================================================
// >> SPAWNPOINT MANAGER
// ============================================================================
// Description:
//    This addon adds server (RCON) commands to allow admins to
//    manage spawnpoints on the current map.
// Commands:
//  spawn_add <userid>
//    - Adds a spawnpoint at the users location.
//  spawn_remove <userid>
//    - Remove the spawnpoint closest to the userid passed after the command.
//  spawn_remove_all
//    - Removes all spawn points.
//  spawn_print
//    - Prints spawnpoints into the server console.
//  spawn_show
//    - Toggles spawn point models on and off.
// Options:
//    0 = (Disabled) Do not load gg_spawnpoints.
//    1 = (Enabled) Load gg_spawnpoints.
// Default Value: 0

// Spawn point management.
   gg_spawnpoints 0
Personal tools