Skip to main content
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

FrameworkStatusNotes
es_extended (ESX)✅ FullUses owned_vehicles flow (stored state + props).
qb-core✅ FullUses player_vehicles flow (state + mods).
qbx_core + qbx_vehicles✅ FullUses qbx_vehicles exports for vehicle state/props.
standalone / custom⚠️ PartialSupported via server/standalone.lua; you implement ownership/props logic.

Inventories (VparkInventory helper)

InventoryStatusNotes
ox_inventory✅ FullGetItemCount + item checks supported.
qb-inventory✅ FullItem count checks supported.
ps-inventory⚠️ PartialHasItem works; count path depends on export availability.
qs-inventory✅ FullGetItemCount supported.
codem-inventory⚠️ PartialSupported with custom handling (HasItem/inventory slot lookup).
core_inventory❌ Not integratedListed in config comments, but no active handler in current server code.
custom inventory⚠️ PartialWould need manual branch in VparkInventory helper.

Mileage

ResourceStatusNotes
jg-advancedmileage✅ FullAuto-detected (default). Typo-safe fallbacks: jg-adavancedmileage, jg-vehiclemileage.
custom mileage script✅ FullConfig.Mileage.mode = “manual” with custom resource + export.

UI / Interface

InterfaceStatusNotes
Built-in NUI (Svelte)✅ FullVehicle list, preview, notifications, transfer/name UI.
ox_lib UI helpers✅ FullCallbacks, progress, model loading helpers, notifications.

Notifications

SystemStatusNotes
ox_lib notify✅ FullPrimary notification path.
chat fallback✅ FullFalls back to chat:addMessage when needed.
other notify resources❌ Not integratedNo direct adapters for okok, wasabi_notify, etc.

Logging

LoggingStatusNotes
Discord webhook✅ FullSecurity alerts via SvConfig.CheaterWebhook.
console logging✅ FullOptional via SvConfig.LogToConsole / Config.Debug.
FiveManage / FiveMerr❌ Not integratedNo direct integration.

Database / Core deps

DependencyStatusNotes
oxmysql✅ RequiredAll DB operations use it.
ox_lib✅ RequiredCore utility/UI callback usage.

Interactions / Target systems

InteractionStatusNotes
command-based (/v buy, /v park, /v list)✅ FullNative interaction flow.
ox_target, qb-target, interact❌ Not integratedNot currently implemented.