Skip to main content

Third-party integrations

Everything is configured in config/integrations.lua. Most options default to "auto" — the resource detects what’s running and adapts.

Interaction style

Distance prompts are the default. Prefer targeting? Enable Integrations.target (ox_target or qb-target — a ped spawns at each garage) or Integrations.radial (ox_lib radial menu).

Something not on the list?

The adapters live in bridge/ — fully editable, never escrowed. Wire your fuel, keys or gang system in there without touching the core.

Exports for phone apps & external scripts

Server-side exports (see Features.phone to toggle):
GetPlayerVehicles / GetVehicle return, per vehicle:

Hooks

config/hooks-client.lua ships with events that fire on store, impound, take-out and transfer, plus verification callbacks — return false from a verification to veto the action (e.g. custom job checks, key handouts, logging). config/hooks-server.lua is an empty stub reserved for your own server-side integrations.