Source:Documentation 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.
apex-mechanic-impound/hooks.lua (unencrypted).
Server hooks
Hooks.ImpoundVehicle(source, plate, vehicleCoords, damageData)
Hooks.ImpoundVehicle(source, plate, vehicleCoords, damageData)
Primary integration. Forward the vehicle to your garage / impound. Return
true on success. Default no-op (the entity is then deleted).Hooks.BeforeEntityDelete(entity)
Hooks.BeforeEntityDelete(entity)
Called just before
DeleteEntity. Hook AdvancedParking / qbx_parking cleanup.Hooks.IsAuthorized(xPlayer)
Hooks.IsAuthorized(xPlayer)
Client hooks
Hooks.IsAuthorizedClient()
Hooks.IsAuthorizedClient()
Hooks.ShowHelpText(key, text)
Hooks.ShowHelpText(key, text)
Default
lib.showTextUI.Hooks.HideHelpText(key)
Hooks.HideHelpText(key)
Default
lib.hideTextUI.Hooks.ShowClientNotify(title, message, type)
Hooks.ShowClientNotify(title, message, type)
Default
ESX.ShowNotification, falls back to lib.notify.