Integrations
Supported frameworks, inventories, target, menu, notification, and help text integrations.
Use electus_black_market/config/config.lua for the 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 |
| Menu system | 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 |
Adapter files
| Area | Files |
|---|---|
| Framework logic | electus_black_market/modules/client/frameworks/* and electus_black_market/modules/server/frameworks/* |
| Inventory logic | electus_black_market/modules/server/inventories/* |
| Menu and help text logic | electus_black_market/modules/client/functions/menu.lua and electus_black_market/modules/client/functions/help-text.lua |
| Interaction logic | electus_black_market/modules/client/functions/entity-interact.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.