DisableHookMessage
Syntax
native bool:DisableHookMessage(const MessageHook:handle);
Usage
| Parameter | Description |
|---|---|
| handle | The handle of the message hook to disable. |
Description
Disables a game message hook identified by the specified handle.
Return
Returns true if the message hook is successfully disabled, otherwise false.