AMX Mod X API Documentation

Signature
native disable_cvar_hook(cvarhook:handle);
Description

Disables a cvar hook, stopping it from being called.

Notes
  • Use the handle returned by hook_cvar_change as the parameter here.
Parameters
  • handle Forward to disable
Errors
  • If an invalid hook handle is provided, an error will be

    thrown.

Назад
Верх