Exports

A series of exports that will be expanded as needed for use in 3rd party integrations.

Client Exports


getVipCoins
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

addVipCoins
exports.wasabi_vipshop:addVipCoins(source, amount)

Adds a specified amount of coins to a specific player.


source: Target player server ID

amount: The amount to add to the player's coin balance

removeVipCoins
exports.wasabi_vipshop:removeVipCoins(source, amount)

Removes a specified amount of coins from a specific player.


source: Target player server ID

amount: The amount to remove from the player's coin balance

Last updated