Electus LogoElectus Documentation

Integrations

Supported frameworks, inventories, dispatch, target, menu, and notification integrations.

Use electus_heists/config/config.lua and the loaded module defaults for the integration switches.

IntegrationSupported valuesChange it here
Frameworkauto, esx, qbcore, qbox, customConfig.Framework
Inventoryauto, ox_inventory, qb-inventory, qs-inventory, tgiann-inventory, core_inventory, esxConfig.Inventory
Target modetrue, false, autoConfig.Target
Door/teleport target systemqtarget, ox_target, qb-targetConfig.TargetSystem
Menu systemox_lib_menu, ox_lib_context, esx_menu_default, esx_context, qb-menuConfig.MenuSystem
Notificationsauto, framework, ox_lib, gtaConfig.NotificationSystem
Help textauto, ox_lib, okokTextUI, jg-textui, cd_drawtextui, gtaConfig.HelpTextStyle
Dispatchauto, lb-tablet, ps-dispatch, cd_dispatch, origen_police, qs-dispatchConfig.DispatchSystem
Company moneyauto, esx_addonaccount, qb-banking, Renewed-Banking, renewed-banking, qb-management, templateConfig.CompanyMoneySystem
Dirty money itemauto or your item nameConfig.BlackMoneyItem

Adapter files

AreaFiles
Framework logicelectus_heists/modules/client/frameworks/* and electus_heists/modules/server/frameworks/*
Inventory logicelectus_heists/modules/server/inventories/*
Dispatch logicelectus_heists/modules/server/dispatch.lua
Menu and help text logicelectus_heists/modules/client/functions/menu.lua and electus_heists/modules/client/functions/help-text.lua
Interaction logicelectus_heists/modules/client/functions/interact.lua and electus_heists/modules/client/functions/entity-interact.lua
Auto-detectionelectus_heists/modules/shared/functions/auto-detect.lua

Set exact adapter values when overriding auto; for example use core_inventory for the core inventory adapter and qbox for Qbox.

On this page