nn_bridge
Starting order
You need to start nn_lib
before everything or you're going to experience errors!
-- first we need to start our framework cores (qb, esx, qbox...)
ensure qbcore or es_extended
start nn_lib
start <our scripts>
Configuration
3
Set the scripts you're using
Fill the BridgeConfig
fields to set the scripts your using:
BridgeConfig = {}
BridgeConfig.Framework = 'qbx_core' -- qb-core, qbx_core, es_extended
BridgeConfig.Inventory = 'ox_inventory' -- ox_inventory, core_inventory, codem-inventory, origen_inventory, lj-inventory, ps-inventory, jpr-inventory, tgiann-inventory, qs-inventory, qb-inventory
BridgeConfig.Notification = 'ox_lib' -- ox_lib, qb-core, esx_notify, codem-notification
BridgeConfig.Target = 'ox_target' -- ox_target, qb-target
BridgeConfig.Progressbar = 'ox_lib' -- ox_lib, progressbar
BridgeConfig.Keys = 'qb-vehiclekeys' -- qb-vehiclekeys, qs-vehiclekeys, vehicles_keys, wasabi_carlock, cd_garage, okokGarage
BridgeConfig.Fuel = 'okokGasStation' -- LegacyFuel, cdn-fuel, ps-fuel, okokGasStation, ox_fuel, lj-fuel, hyon_gas_station, ND_Fuel, myFuel
Last updated