๐Bridge Setup
Step 1: Download the latest release of BL Bridge
Step 2: Extract the contents of the zip file into your resources
folder
Step 3: Add ensure bl_bridge
to your server.cfg
file
Step 4: Add these lines in your server.cfg
# Frameworks 'ox' | 'qb' | 'esx' | 'custom'
setr bl:framework 'qb'
# Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'custom'
setr bl:inventory 'ox'
# Context 'ox' | 'qb' | 'custom'
setr bl:context 'ox'
# Target 'ox' | 'qb' | 'custom'
setr bl:target 'ox'
# Progress 'ox' | 'qb' | 'custom'
setr bl:progressbar 'ox'
# Radial 'ox' | 'qb' | 'custom'
setr bl:radial 'ox'
# Notification 'ox' | 'qb' | 'esx' | 'custom'
setr bl:notify 'ox'
# TextUI 'ox' | 'qb'
setr bl:textui 'ox'
Step 5: Configure each of the setr
as per your resource requirement
If you find these errors in your console like
No such export inventory in resource bl_bridge
No such export core in resource bl_bridge
This signifies, that setr config is not set properly and you missed something / set incorrect options in the bridge
Last updated