native

UnregisterMessage

Syntax

native bool:UnregisterMessage(const MessageHook:handle);

Description

Unregisters a game message hook identified by the specified handle.

Parameters

handle The handle of the message hook to unregister.

Return

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