1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/bl_bridge
2025-08-04 05:26:20 +02:00
..
client ed 2025-08-04 04:28:47 +02:00
imports ed 2025-08-04 04:28:47 +02:00
server ed 2025-08-04 04:28:47 +02:00
.gitattributes ed 2025-08-04 04:28:47 +02:00
_types.lua ed 2025-08-04 04:28:47 +02:00
fxmanifest.lua ed 2025-08-04 04:28:47 +02:00
init.lua Update init.lua 2025-08-04 05:26:20 +02:00
LICENSE ed 2025-08-04 04:28:47 +02:00
README.md ed 2025-08-04 04:28:47 +02:00
require.lua ed 2025-08-04 04:28:47 +02:00
utils.lua ed 2025-08-04 04:28:47 +02:00

Byte Labs - Bridge

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

CFG

# Frameworks 'ox' | 'qb' | 'esx' | 'qbx'
setr bl:framework 'qb' 

# Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'qs' | 'origen' | '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'

Import

client_scripts '@bl_bridge/imports/client.lua',

server_scripts '@bl_bridge/imports/server.lua',