Store
Open navigation

Integrations

Framework & Inventory Support

How Iconix resources detect and connect to QBCore, Qbox, ESX Legacy, and your inventory system.

Supported frameworks

Each product page lists its exact support, but the pattern is the same: QBCore, Qbox and ESX Legacy are supported, and some resources also run standalone. By default the framework is auto-detected at start.

Note

Compatibility shims (for example Qbox's QBCore bridge) can confuse auto-detection. If the wrong framework is detected, set Config.Framework explicitly in config.lua.

Inventories and items

Inventory support is also auto-detected. ox_inventory is the recommended pairing; qb-inventory is supported where the product page says so.

  1. Register the supplied item definitions from the resource's install/ folder into your inventory before first start — they are merge templates, not resources to ensure.
  2. After changing ox_inventory items, restart the full server — restarting one resource does not rebuild the item registry.
  3. If detection picks the wrong inventory, set Config.Inventory explicitly.

Start order

The framework and inventory must be running before any Iconix resource starts.

cfg
ensure oxmysql
ensure ox_lib
ensure your_framework
ensure your_inventory
ensure iconix-resource-name

Need product-specific instructions?

Open the related product documentation from the sidebar, or ask Iconix support with your framework and dependency list.

On this page