nn_bridge
Starting order
If you fail to follow this step correctly, you may encounter errors when starting the script. Please follow this step carefully as it is quite important.
-- first we need to start our framework cores (qb, esx, qbox...)
ensure qbcore or es_extended
start nn_lib
start nn_bridge
start nn_interaction
start <our scripts>
Bridge configuration
In order for our script to adapt with your current scripts, you need specify which scripts you are using AT THE START OF the server.cfg
You need to start all the scripts used by our resource (such as notifications, targets...) before nn_bridge.
# nn_bridge settings
setr nn_bridge:language "en"
setr nn_bridge:framework ""
setr nn_bridge:inventory ""
setr nn_bridge:keys ""
setr nn_bridge:notification ""
setr nn_bridge:progressbar ""
setr nn_bridge:target ""
To fill this settings with the correct names, check the following page.
CompatibilityExample:
# nn_bridge settings
setr nn_bridge:language "en"
setr nn_bridge:framework "qb-core"
setr nn_bridge:inventory "qs-inventory"
setr nn_bridge:keys "qb-vehiclekeys"
setr nn_bridge:notification "qb-core"
setr nn_bridge:progressbar "ox_lib"
setr nn_bridge:target "ox_target"
Last updated