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-pet-system/hooks.lua (unencrypted).
Client hooks
Hooks.ShowHelpText(key, text)
Hooks.ShowHelpText(key, text)
Default
lib.showTextUI.Hooks.HideHelpText(key)
Hooks.HideHelpText(key)
Default
lib.hideTextUI.Hooks.ShowClientNotify(title, message, notifyType)
Hooks.ShowClientNotify(title, message, notifyType)
Default
ESX.ShowNotification, falls back to lib.notify.Hooks.OnPurchaseSuccess()
Hooks.OnPurchaseSuccess()
Default — shows two onboarding
lib.notify hints.Hooks.IsPlayerDead()
Hooks.IsPlayerDead()
Default
exports['esx_ambulancejob']:isPlayerDead(), falls back to IsEntityDead(PlayerPedId()).Server hooks
Hooks.ShowServerNotify(source, title, message, notifyType)
Hooks.ShowServerNotify(source, title, message, notifyType)
Default
TriggerClientEvent('esx:showNotification', source, message).Hooks.OnAntiCheatViolation(source, reason)
Hooks.OnAntiCheatViolation(source, reason)
Default
DropPlayer(source, reason). Replace with your ban system.