AMX Mod X API Documentation

Signature
native bool:DisableHookMessage(const MessageHook:handle);
Description

Disables a game message hook identified by the specified handle.

Parameters
  • handle The handle of the message hook to disable.
Returns

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

Назад
Верх