AMX Mod X API Documentation

Signature
native bool:UnRegisterQueryFile(QueryFileHook:hook);
Description

Unregister the forward.

Use the return value from RegisterQueryFile as the parameter here!

Parameters
  • hook The hook to remove
Returns

Returns true if the hook is successfully removed, otherwise false

Назад
Верх