Scripts.included.gg spawnpoints

From GunGame5 Documentation

Jump to: navigation, search


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