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-faction-bell/hooks.lua (unencrypted).
Server hooks
Hooks.OnPlayerNotify(source, title, message, type)
Hooks.OnPlayerNotify(source, title, message, type)
Default
xPlayer.showNotification(message).Hooks.OnPlayerBan(source, reason)
Hooks.OnPlayerBan(source, reason)
Default
DropPlayer(source, reason).Hooks.OnPlayerKick(source, reason)
Hooks.OnPlayerKick(source, reason)
Default
DropPlayer(source, reason).Hooks.OnAuditLog(source, action, details)
Hooks.OnAuditLog(source, action, details)
Default
lib.logger(source, 'apex-faction-bell', details, action).Hooks.HasManagerPermission(source)
Hooks.HasManagerPermission(source)
Default checks
xPlayer.getGroup() against Config.AllowedGroups.Hooks.GetJobs()
Hooks.GetJobs()
Default returns
ESX.GetJobs() filtered (no _offduty suffix, no unemployed), sorted by label.Hooks.JobExists(jobName)
Hooks.JobExists(jobName)
Default
ESX.GetJobs()[jobName] ~= nil.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, type)
Hooks.ShowClientNotify(title, message, type)
Default
lib.notify.Hooks.PlayBellSound()
Hooks.PlayBellSound()
Default
PlaySoundFrontend(-1, '5_SEC_WARNING', 'HUD_MINI_GAME_SOUNDSET', true).