Integrations
Framework Adapters
How Iconix resources connect to QBCore, ESX Legacy, Qbox, and custom FiveM server frameworks.
Adapter boundary
Adapters isolate framework-specific player, job, inventory, notification, and database behavior from core resource logic.
Custom frameworks
Custom frameworks should implement the same adapter contract as supported framework integrations.
- Map player identifier access.
- Map job and permission checks.
- Map money/item operations.
- Map notifications.
- Map database ownership or metadata fields.
Debugging adapters
Most integration bugs happen when expected framework data is missing at resource start or player load time.
Need product-specific instructions?
Open the related product documentation from the sidebar, or ask Iconix support with your framework and dependency list.
