Skip to main content

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.

Source: apex-timeout-system/hooks.lua (unencrypted).

Client hooks

Return true to skip all timeout behavior (FFA / duel / arena modes).
function Hooks.IsExempt()
    local ok, inMode = pcall(exports['custom_mode'].isInCustomMode, exports['custom_mode'])
    return ok and inMode
end
Default — reads the Config.DpemotesWalkKvp KVP. Returns nil to reset clipset entirely.
Default no-op. Hide/show HUD or play sound.
Default ESX.ShowNotification, falls back to lib.notify.

Server hooks

Default lib.logger.