Black City Scripts
  • ๐Ÿ’ฏBlack City Scripts
  • ๐Ÿงนbc_communityservice
    • ๐Ÿ“šExports
    • โš™๏ธConfig
  • ๐ŸงŸbc_zombie
  • ๐Ÿฅ‡bc_vip
    • ๐Ÿ“šExports
    • ๐Ÿ’ธTebex Integration
Powered by GitBook
On this page
  1. bc_vip

Tebex Integration

Connect the VIP system with your TEBEX webstore and monetize your FiveM server

PreviousExports

Last updated 1 year ago

  1. Create a new package on your webstore

  2. Add a Game Server Command to Deliverables like this:

    bc_vip_tebex {transaction} {packageId}

  3. Save the package

  4. Copy the packege's ID from the link

  5. 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
    }
}
๐Ÿฅ‡
๐Ÿ’ธ