native

EnableHookMessage

Syntax

native bool:EnableHookMessage(const MessageHook:handle);

Description

Enables a game message hook identified by the specified handle.

Parameters

handle The handle of the message hook to enable.

Return

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