Skip to main content
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.