Signature
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.
Returns
Returns true if the message hook is successfully enabled, otherwise false.