Module core.plugins.spawnpoints.sv_init

Spawnpoints System.

Module Overview

Functions

PLUGIN.loadSpawnPoints() A function to load the player spawn points.
PLUGIN.saveSpawnPoints() A function to save the player spawn points.
PLUGIN.postPlayerSpawn(ply) Move a player ot their spawn position when they spawn.

Functions

PLUGIN.loadSpawnPoints()
A function to load the player spawn points.
PLUGIN.saveSpawnPoints()
A function to save the player spawn points.
PLUGIN.postPlayerSpawn(ply)
Move a player ot their spawn position when they spawn.

Parameters:

  • ply The player spawning.