๐ธTebex Integration
Connect the VIP system with your TEBEX webstore and monetize your FiveM server
Create a new package on your webstore
Add a Game Server Command to Deliverables like this:
bc_vip_tebex {transaction} {packageId}
Save the package
Copy the packege's ID from the link
Add the package id to the bc_vip's server config:
Config.TebexPackages = { --if you dont want to use tebex set it to false
["packageid"] = {
bundle = "gold", --bundle from Config.Bundles
time = 30*24*60*60 --in secs
}
}
Last updated