Hooks

These functions are called internally and shouldn't be called otherwise unless required.

Player:PS_PlayerInitialSpawn()

Realm: Server
Description: Called when the player first joins the server to send their points and items.

ply:PS_PlayerInitialSpawn()

Player:PS_PlayerSpawn()

Realm: Server
Description: Called each time the player spawns to re-equip any items.

ply:PS_PlayerSpawn()

Player:PS_PlayerDeath()

Realm: Server
Description: Called each time the player dies to holster any equipped items.

ply:PS_PlayerDeath()

Player:PS_PlayerDisconnected()

Realm: Server
Description: Called when the player leaves the server to save their points and items.

ply:PS_PlayerDisconnected()
comments powered by Disqus