An extendible and modular bridge for FiveM Frameworks. Made to unify and simplify the process of creating and maintaining resources for multiple frameworks.
Website: Byte Labs Discord: Byte Labs
Instruction (Follow Docs)
Do none
to disable wanted module like setr bl:inventory 'none'
if we want to disable inventory module
# Frameworks 'ox' | 'qb' | 'esx' | 'qbx'
setr bl:framework 'qb'
# Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'qs' | 'none'
setr bl:inventory 'ox'
# Context 'ox' | 'qb'
setr bl:context 'ox'
# Target 'ox' | 'qb'
setr bl:target 'ox'
# Progress 'ox' | 'qb'
setr bl:progressbar 'ox'
# Radial 'ox' | 'qb'
setr bl:radial 'ox'
# Notification 'ox' | 'qb' | 'esx'
setr bl:notify 'ox'
# TextUI 'ox' | 'qb' | 'esx'
setr bl:textui 'ox'
client_scripts '@bl_bridge/imports/client.lua',
server_scripts '@bl_bridge/imports/server.lua',