ed
This commit is contained in:
parent
875c8448e1
commit
c81ae4bb6d
219 changed files with 8036 additions and 7 deletions
43
resources/[tools]/bl_bridge/README.md
Normal file
43
resources/[tools]/bl_bridge/README.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
# 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](https://byte-labs.net)
|
||||
Discord: [Byte Labs](https://discord.gg/fqsqSjZfxE)
|
||||
|
||||
# Instruction (Follow [Docs](https://docs.byte-labs.net/bl_bridge))
|
||||
|
||||
### 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
|
||||
```lua
|
||||
client_scripts '@bl_bridge/imports/client.lua',
|
||||
|
||||
server_scripts '@bl_bridge/imports/server.lua',
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue