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-carclear/hooks.lua (unencrypted).
Hooks.ImpoundOwnedVehicles(ownedPlateSet, vehicleEntries)
Hooks.ImpoundOwnedVehicles(ownedPlateSet, vehicleEntries)
Receives
{ [trimmedPlate] = true, ... } and an array of { entity, plate, coords }. Return true on success. Default no-op (unowned vehicles still get deleted).Hooks.BeforeEntityDelete(entity)
Hooks.BeforeEntityDelete(entity)
Called once per vehicle entity just before
DeleteEntity. Cleanup hook for AdvancedParking / vehiclekey / metadata systems.Hooks.NotifyAll(message)
Hooks.NotifyAll(message)
Default
TriggerClientEvent('esx:showNotification', -1, message, 'serverannounce').Hooks.OnAuditLog(source, action, details)
Hooks.OnAuditLog(source, action, details)
Default
lib.logger(source, 'apex-carclear', details, action).