Integrations
Supported frameworks, inventories, garages, dispatch, and UI integrations.
Use electus_gangs/config/config.lua for the main integration switches.
| Integration | Supported values | Change it here |
|---|---|---|
| Framework | auto, esx, qbcore, qbox | Config.Framework |
| Inventory | auto, ox_inventory, qb-inventory, qs-inventory, tgiann-inventory, core_inventory, esx | Config.Inventory |
| Target resource | qtarget, ox_target, qb-target, or another qtarget-compatible export | Config.TargetSystem |
| Menu system | auto, ox_lib_menu, ox_lib_context, esx_menu_default, esx_context, qb-menu | Config.MenuSystem |
| Notifications | auto, framework, ox_lib, gta | Config.NotificationSystem |
| Help text | auto, ox_lib, okokTextUI, jg-textui, cd_drawtextui, gta | Config.HelpTextStyle |
| Garage | esx_garage, jg-advancedgarages, qb-garages, cd_garage | Config.Garage.garageSystem |
| Dispatch | auto, lb-tablet, ps-dispatch, cd_dispatch, origen_police, qs-dispatch | Config.DispatchSystem |
| Company money | auto, esx_addonaccount, qb-banking, Renewed-Banking, renewed-banking, qb-management, template | Config.CompanyMoneySystem |
| Wardrobe | auto, illenium-appearance, qb-clothing, fivem-appearance, custom | Config.Wardrobe.appearance |
Adapter files
| Area | Files |
|---|---|
| Framework logic | electus_gangs/modules/client/frameworks/* and electus_gangs/modules/server/frameworks/* |
| Inventory logic | electus_gangs/modules/server/inventories/* |
| Garage logic | electus_gangs/server/garages/* |
| Dispatch logic | electus_gangs/modules/server/dispatch.lua |
| Menu and help text logic | electus_gangs/modules/client/functions/menu.lua and electus_gangs/modules/client/functions/help-text.lua |
| Auto-detection | electus_gangs/modules/shared/functions/auto-detect.lua |
Set the exact adapter value when overriding auto; for example use core_inventory for the core inventory adapter and tgiann-inventory for the tgiann inventory adapter.