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