Onex
Onex
Home
Products
Documentation
Changelog
Login with FiveM
  • 👋 Welcome
  • Claim Purchase
  • Translations
    • Weaponmeta
    • Voice Interaction
      Installation
      Configuration
      Features
      Api
Artifacts Tracker
  1. Onex Scripts
  2. Scripts_guides / Integrations
Ctrl K

INTEGRATIONS#

onex-voiceInteraction auto-detects the active framework and backend system for each addon. No manual wiring is required — the addon checks which resources are running and uses the appropriate integration automatically.

Status Key#

SymbolMeaning
✅Supported — works out of the box
☑️Supported — requires configuration
⚠️Partial — limited functionality
⛔Not supported

Shop Systems#

Controlled by ShopsConfig.integrationPriority in shared/shops/default.lua. The first entry that is detected as running on the server is used.

SystemStatusNotes
qb-shops✅Auto-detected when qb-shops resource is running
ox-inventory✅Auto-detected when ox_inventory resource is running
esx-shops✅Auto-detected when es_extended resource is running
ShopsConfig.integrationPriority = { "qb-shops", "ox-inventory", "esx-shops" }

Reorder to match your server. The first detected entry wins.

Banking#

Auto-detected from running resources. Falls back to standalone (hardcoded GTA V bank locations) if no supported banking resource is found.

SystemStatusNotes
qb-banking✅Auto-detected
renewed-banking✅Auto-detected — spawns its own peds, excluded from spawnPeds
qs-banking✅Auto-detected
esx-banking✅Auto-detected
Standalone✅Fallback — uses 8 hardcoded GTA V bank locations

Hospital#

Auto-detected from running resources. Falls back to standalone (default GTA V hospital locations) if no supported job resource is found.

SystemStatusNotes
qb-ambulancejob✅Auto-detected
qb-medical✅Auto-detected — requires qbx_core resource
esx-ambulancejob✅Auto-detected
Standalone✅Fallback — uses default GTA V hospital locations with progress bar revive

Other Addons#

These addons have no framework dependencies and require no integration configuration. They work on any server regardless of framework.

AddonNotes
Ambient NPCHooks into GTA's existing pedestrian population — no framework required
NPC InteractFully standalone — NPC definitions are in config
NPC RobberyStandalone — works with any inventory for rewards (auto-detected)
NPC LiftStandalone — no framework dependency
Self-ExpressionStandalone — triggers /me chat output only

Last updated 3 months ago

Quick Links

All DocumentationOur Products