Integrated support for frameworks and third-party resources.
If a resource is not listed here, it is not currently integrated in this version. We welcome suggestions — if you would like to see a resource added, please let us know!
Frameworks
| Framework | Status | Notes |
|---|
| es_extended (ESX) | ✅ Full | Uses owned_vehicles flow (stored state + props). |
| qb-core | ✅ Full | Uses player_vehicles flow (state + mods). |
| qbx_core + qbx_vehicles | ✅ Full | Uses qbx_vehicles exports for vehicle state/props. |
| standalone / custom | ⚠️ Partial | Supported via server/standalone.lua; you implement ownership/props logic. |
Inventories (VparkInventory helper)
| Inventory | Status | Notes |
|---|
| ox_inventory | ✅ Full | GetItemCount + item checks supported. |
| qb-inventory | ✅ Full | Item count checks supported. |
| ps-inventory | ⚠️ Partial | HasItem works; count path depends on export availability. |
| qs-inventory | ✅ Full | GetItemCount supported. |
| codem-inventory | ⚠️ Partial | Supported with custom handling (HasItem/inventory slot lookup). |
| core_inventory | ❌ Not integrated | Listed in config comments, but no active handler in current server code. |
| custom inventory | ⚠️ Partial | Would need manual branch in VparkInventory helper. |
Mileage
| Resource | Status | Notes |
|---|
| jg-advancedmileage | ✅ Full | Auto-detected (default). Typo-safe fallbacks: jg-adavancedmileage, jg-vehiclemileage. |
| custom mileage script | ✅ Full | Config.Mileage.mode = “manual” with custom resource + export. |
UI / Interface
| Interface | Status | Notes |
|---|
| Built-in NUI (Svelte) | ✅ Full | Vehicle list, preview, notifications, transfer/name UI. |
| ox_lib UI helpers | ✅ Full | Callbacks, progress, model loading helpers, notifications. |
Notifications
| System | Status | Notes |
|---|
| ox_lib notify | ✅ Full | Primary notification path. |
| chat fallback | ✅ Full | Falls back to chat:addMessage when needed. |
| other notify resources | ❌ Not integrated | No direct adapters for okok, wasabi_notify, etc. |
Logging
| Logging | Status | Notes |
|---|
| Discord webhook | ✅ Full | Security alerts via SvConfig.CheaterWebhook. |
| console logging | ✅ Full | Optional via SvConfig.LogToConsole / Config.Debug. |
| FiveManage / FiveMerr | ❌ Not integrated | No direct integration. |
Database / Core deps
| Dependency | Status | Notes |
|---|
| oxmysql | ✅ Required | All DB operations use it. |
| ox_lib | ✅ Required | Core utility/UI callback usage. |
Interactions / Target systems
| Interaction | Status | Notes |
|---|
| command-based (/v buy, /v park, /v list) | ✅ Full | Native interaction flow. |
| ox_target, qb-target, interact | ❌ Not integrated | Not currently implemented. |