A mechanic drop-off zone for ESX. Authorized mechanics drive a vehicle to the drop-off, confirm with a clipboard animation, and the vehicle is forwarded to your garage / impound system via a single hook. Damage data (engine, body, fuel) is persisted back toDocumentation Index
Fetch the complete documentation index at: https://docs.apex-services.site/llms.txt
Use this file to discover all available pages before exploring further.
owned_vehicles so the car shows up damaged when the owner retrieves it.
Features
- Drop-off marker + blip — visible only to authorized jobs
- Clipboard handover animation, configurable duration
- Damage persistence — engine / body / fuel level written to
owned_vehicles - Hook-based garage integration — ata-garage / qbx_vehiclegarages / custom via one function
- AdvancedParking-friendly via
BeforeEntityDelete - Zweitjob / duty support via
Hooks.IsAuthorized - en/de localization
Requirements
Required
es_extended, ox_lib, oxmysql, plus a garage / impound resource (wired via Hooks.ImpoundVehicle).Installation
- Drop
apex-mechanic-impoundintoresources/ - Wire
Hooks.ImpoundVehicleto your garage inhooks.lua ensure apex-mechanic-impound
Configuration
config.lua
Hooks
See Hooks reference / Mechanic Impound. Key hooks:Hooks.ImpoundVehicle, Hooks.BeforeEntityDelete, Hooks.IsAuthorized, Hooks.IsAuthorizedClient.
Resource info
Code accessible:
config.lua, hooks.lua, locales/*. Approximately 500 lines of Lua. English + German.