Framework Settings
Auto-detection: Checks for
es_extended
,qb-core
, orqbx-core
Manual override: Set to
'ESX'
or'QBCORE'
to force frameworkQbox detection: Automatically handles Qbox-specific callbacks
Config.Framework = nil -- Auto-detect framework if nil
Config.UseQbox = GetResourceState('qbx_core') == 'started'
Last updated