OrigenNetwork
Docs

Dependencies · origen_vehiclehandling

Required

ResourceNotes
oxmysqlDatabase persistence — stores and retrieves handling entries

Optional integrations

The resource auto-detects the following at boot. None of them are required; the script falls back gracefully when they are absent.

Admin system

ResourceRole
origen_adminPreferred permission check — uses HasPermission(source, 'origen_vehiclehandling')
qb-coreFallback — grants access to players with the admin or god group
es_extendedFallback — grants access to players with the admin or superadmin group

ACE permissions are also supported as a last-resort fallback (see Configuration).

Notification system

Configured via Config.Notify.provider. Supported values:

  • origen_notify (default) — uses origen_notify:SendNotification
  • ox_lib — uses lib.notify
  • qbcore — uses QBCore.Functions.Notify
  • esx — uses ESX.ShowNotification
  • chat — posts to the GTA chat feed
  • custom — define your own function in Config.CustomNotify

Logging

ResourceRole
origen_adminWhen present, logs every save and delete action to the admin panel