A series of exports that will be expanded as needed for use in 3rd party integrations.
local coins = exports.wasabi_vipshop:getVipCoins(source) or 0
Returns integer(number) of how many Vip Coins a specific player has.
source: Target player server ID
source
exports.wasabi_vipshop:addVipCoins(source, amount)
Adds a specified amount of coins to a specific player.
amount: The amount to add to the player's coin balance
amount
exports.wasabi_vipshop:removeVipCoins(source, amount)
Removes a specified amount of coins from a specific player.
amount: The amount to remove from the player's coin balance
Last updated 17 hours ago