AMX Mod X API Documentation

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

Unregisters a game message hook identified by the specified handle.

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

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

Назад
Верх