Dependencies · origen_vehiclehandling
Required
| Resource | Notes |
|---|---|
oxmysql | Database 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
| Resource | Role |
|---|---|
origen_admin | Preferred permission check — uses HasPermission(source, 'origen_vehiclehandling') |
qb-core | Fallback — grants access to players with the admin or god group |
es_extended | Fallback — 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) — usesorigen_notify:SendNotificationox_lib— useslib.notifyqbcore— usesQBCore.Functions.Notifyesx— usesESX.ShowNotificationchat— posts to the GTA chat feedcustom— define your own function inConfig.CustomNotify
Logging
| Resource | Role |
|---|---|
origen_admin | When present, logs every save and delete action to the admin panel |