Exports
This page lists all cd_vipshop exports, along with their purpose, parameters, and usage examples. All events are located in the [cd_vipshop/integrations] folder.
Server
Get Balance
--- @param number source The player source.
--- @return number balance The player’s VIP balance.
--- @example
local balance = exports['cd_vipshop']:GetVipBalance(source)
print('VIP Balance:', balance)local balance = exports['cd_vipshop']:GetVipBalance(source)Add Balance
Remove Balance
Can Purchase Check
Last updated
Was this helpful?

