UnregisterMessage

Syntax

native bool:UnregisterMessage(const MessageHook:handle);

Usage

Parameter Description
handle
The handle of the message hook to unregister.

Description

Unregisters a game message hook identified by the specified handle.

Return

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