Frameworks

Our script is compatible with all FiveM frameworks and includes pre-configured settings for ESX, QBCore, QBOX and vRP. If you don't use any of the mentioned frameworks, you can configure your script manually by editing the following files:

  • Client-side: brnx-fiveboost/modules/client/custom/frameworks/standalone.lua

  • Server-side: brnx-fiveboost/modules/server/custom/frameworks/standalone.lua

Below, we provide detailed instructions on how to configure the script and explain the purpose of each available function.

brnx-fiveboost/modules/config/config.lua
config.framework = 'auto' 
--[[
    Supported:
        * auto: auto-detect framework
        * esx: es_extended
        * qb: qb-core
        * qbox: qbx_core
        * vrp: vrp
        * standalone: no framework
]]

Last updated