Trails

Helpful clientside model-related functions.

These functions do not exist in the current version of PointShop and will be added in a future release.

Player:PS_AddTrail(ITEM, name, color)

Arguments: Table ITEM, String name, Color color
Realm: Server
Description: Adds a trail to the player.

ply:PS_AddTrail(ITEM, 'test', Color(255, 0, 0, 0))

Player:PS_RemoveTrail(ITEM, name)

Arguments: Table ITEM, String name
Realm: Server
Description: Removes a trail from the player.

ply:PS_RemoveTrail(ITEM, 'test')
comments powered by Disqus