native
DisableHookChain
Syntax
native bool:DisableHookChain(HookChain:hook);
Description
Stops a hook from triggering.
Use the return value from RegisterHookChain as the parameter here!
Parameters
| hook | The hook to stop |
|---|
native
native bool:DisableHookChain(HookChain:hook);
Stops a hook from triggering.
Use the return value from RegisterHookChain as the parameter here!
| hook | The hook to stop |
|---|