Configuration for 'QB' framework

orbit-lib for QB

Orbit Library Configuration | QB

You will need to configure orbit-lib according to the guide for the resource to work properly.

orbit-lib Configuration File | config.lua

Before doing anything you need to configure orbit-lib through orbit-libs 'config.lua' file. Here you will put in what framework you are using, what targeting resource you are using, the inventory you are using as well as what kind of notify you want to use. qbx/ox both use ox_libs notification, but orbit-craftingsystem only uses ox_libs notification no matter the choice. If you choose a framework/resource in the config that isn't actually running, the resource will cease to function.

circle-exclamation
Config = {}

Config.Framework = 'qb' -- qb, esx or qbx.
Config.TargetResource = 'qb-target' -- qb-target or ox_target
Config.Inventory = 'qb-inventory' -- qb-inventory, ox_inventory, ps-inventory, lj-inventory or qb-like (Note: Use qb-like to use other inventories that use the same exports as qb-inventory if you have a different inventory then supported)
Config.CustomInventory = '' -- Leave empty if you do not use qb-like and have a supported inventory
Config.CustomExport = '' -- If your inventory name is not the same as the inventory exports fill this!
Config.Notify = 'qb' -- qb, ox, esx or qbx 

Last updated