OrigenNetwork
Docs

Dependencies · origen_parking

Required

ResourceNotes
ox_libCallbacks, UI, notifications
oxmysqlDatabase persistence

Framework compatibility

Auto-detected at boot via Config.Framework = 'auto'. Supported:

  • qbx_core (QBX)
  • qb-core (QBCore)
  • es_extended (ESX)
  • standalone — uses license identifier directly
  • custom — implement Framework functions in custom/sv_framework.lua

Key system compatibility

Auto-detected via Config.KeySystem = 'auto'. Supported:

  • qbx_vehiclekeys
  • qs-vehiclekeys
  • rk-keys
  • none — no key system
  • custom — implement in custom/sv_keys.lua / custom/cl_keys.lua

Fuel system compatibility

Auto-detected via Config.FuelSystem = 'auto'. Supported:

  • ox_fuel
  • LegacyFuel
  • ps-fuel
  • cdn-fuel
  • native — uses GTA native GetVehicleFuelLevel
  • custom — implement in custom/cl_fuel.lua

Garage integration (optional)

Auto-detected via Config.GarageIntegration = 'auto'. Supported:

  • origen_garages
  • qb-garages
  • none
  • custom — implement Framework.GetGarages() in custom/sv_framework.lua