๐Ÿ’ธTebex Integration

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

  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
    }
}

Last updated