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-caller-item/hooks.lua (unencrypted).
Server hooks
Hooks.CanUseItem(source, xPlayer)
Hooks.CanUseItem(source, xPlayer)
Returns
allowed (bool), reason (string). Default — blocks unemployed (when Config.AllowUnemployed = false) and any job matching Config.ExcludedJobPatterns. Override for grade / reputation gating.Hooks.OnServerNotify(source, title, message, type)
Hooks.OnServerNotify(source, title, message, type)
Default
xPlayer.showNotification(message).Client hooks
Hooks.OnClientNotify(title, message, duration, type)
Hooks.OnClientNotify(title, message, duration, type)
Default
ESX.ShowNotification, falls back to lib.notify.