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-clothing-store/hooks.lua (unencrypted).
Client hooks
Hooks.ShowHelpText(key, text)
Hooks.ShowHelpText(key, text)
Default
lib.showTextUI(text).Hooks.HideHelpText(key)
Hooks.HideHelpText(key)
Default
lib.hideTextUI().Hooks.ShowClientNotify(message)
Hooks.ShowClientNotify(message)
Default
TriggerEvent('esx:showNotification', message).Hooks.SetHudVisibility(visible)
Hooks.SetHudVisibility(visible)
Default
DisplayRadar(visible).Server hooks
Hooks.OnServerNotify(source, message)
Hooks.OnServerNotify(source, message)
Default
TriggerClientEvent('esx:showNotification', source, message).Hooks.OnShareAntiCheat(source, reason)
Hooks.OnShareAntiCheat(source, reason)