πExports
Here you can find the script's exports
Server side
exports["bc_vip"]:AddVIPToPlayer(id, bundle, time)parameters
id: number (player server id)
bundle: string (from Config.Bundles)
time: number (in seconds)
return
bool
exports["bc_vip"]:RemoveVIPFromPlayer(id)parameters
id: number (player server id)
return
bool
exports["bc_vip"]:GetPlayerVIP(id)parameters
id: number (player server id)
return
false / string (the vips bundle from Config.Bundles)
parameters
id: number (player server id)
time: number (in seconds)
return
bool
parameters
id: number (player server id)
count: number
return
bool
Client side
return
bool
return
false / string (the vips bundle from Config.Bundles)
Last updated