Getting and Setting player pointsΒΆ

In Pointshop 2 points are stored in a player’s **wallet**(Wallet). A wallet is a table that contains points and premiumPoints.

Use ply.PS2_Wallet to access a player’s wallet. To manipulate a wallet use

PLAYER:PS2_AddPremiumPoints(points)()

PLAYER:PS2_AddStandardPoints(points)()