I am wondering, what is the function(s) that loads and equips all of the players items on join. I've tried looking in the pointshop files and on the pointshop documentation but have had no luck.
Thanks in advance for any help given :)
Taking a jab
[url]https://github.com/adamdburton/pointshop/blob/master/lua/pointshop/sv_player_extension.lua#L3[/url]
On player spawn, it's cycling through the items owned by the player, and equipping those that are marked as equipped
Sorry, you need to Log In to post a reply to this thread.