Saving, Loading & Sending

These functions are used internally to load, save, and send data.

Player:PS_Save()

Realm: Server
Description: Saves the players points and items.

ply:PS_Save()

Player:PS_LoadData()

Realm: Server
Description: Loads the players points and items from the database.

ply:PS_LoadData()

Player:PS_SendPoints()

Realm: Server
Description: Sends the player their points data.

ply:PS_SendPoints()

Player:PS_SendItem(item_id)

Arguments: String item_id
Realm: Server
Description: Sends the player an items data.

ply:PS_SendItem('conehat')

Player:PS_SendItems()

Realm: Server
Description: Sends the player their items data.

ply:PS_SendItems()

Player:PS_SendClientsideModels()

Realm: Server
Description: Sends the player clientside model data.

ply:PS_SendClientsideModels()
comments powered by Disqus