native

DisableHookMessage

Syntax

native bool:DisableHookMessage(const MessageHook:handle);

Description

Disables a game message hook identified by the specified handle.

Parameters

handle The handle of the message hook to disable.

Return

Returns true if the message hook is successfully disabled, otherwise false.