Master Mind Development
DiscordTebexGithub
  • ๐Ÿ’ฐPaid Release
    • ๐Ÿ“ฆAirdrop
      • โคต๏ธInstallation
        • ๐Ÿ‘œAdd Item
      • ๐Ÿ“’Configuration
        • ๐Ÿ’ชCore
        • ๐Ÿ‘œInventory
        • ๐Ÿ‘€Target
        • ๐ŸŽฎMinigame
      • ๐Ÿ‘จโ€๐Ÿ’ปCustomization
        • ๐Ÿ”ฅExplosive Crate
        • ๐Ÿ“งMail
    • ๐ŸŽ๏ธDealership
      • โคต๏ธInstallation
        • ๐Ÿ‘œAdd Item
        • ๐Ÿ‘จโ€๐Ÿ’ปInitializing/Configuration
        • ๐Ÿ“ธGenerate Vehicle Images
      • ๐Ÿ“’Configuration
        • ๐Ÿ’ชCore
        • ๐Ÿ‘œInventory
        • ๐Ÿ‘€Target
        • ๐Ÿ““Miscellaneous
      • ๐ŸฌHow to Add Custom Shop
      • โš ๏ธImportant Notes
  • ๐ŸŽFREE RELEASE
    • ๐Ÿ“ปRadio
      • โคต๏ธInsallation
        • ๐ŸŒ‰Bridge Setup
        • ๐Ÿ‘œAdd Item
        • ๐Ÿ‘จโ€๐Ÿ’ปHow to build svelte ui file?
      • ๐Ÿ“’Configuration
        • ๐Ÿ—ผJammer System
        • ๐Ÿ”‹Battery
        • ๐Ÿ“ปChannel Name
        • ๐Ÿ“ปRestricted Radio Channel
      • ๐Ÿ‘จโ€๐Ÿ’ปExports
      • ๐Ÿ’ปBranch
    • ๐Ÿ”‘Car Keys
      • โคต๏ธInstallation
        • ๐Ÿ‘œAdd Item
      • ๐Ÿ“’Configuration
        • ๐Ÿ’ชCore
        • ๐Ÿ‘œInventory
        • ๐Ÿ‘œStack Key
      • ๐Ÿ‘จโ€๐Ÿ’ปUseful Exports
Powered by GitBook
On this page
  1. FREE RELEASE
  2. Radio
  3. Insallation

Bridge Setup

Last updated 1 year ago

Step 1: Download the latest 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

๐ŸŽ
๐Ÿ“ป
โคต๏ธ
๐ŸŒ‰
release