AMX Mod X API Documentation

Signature
native enable_event(handle);
Description

Enables a function hook of a game event which has been previously registered with register_event_ex().

Parameters
  • handle Value returned from register_event() or register_event_ex()
No return value
Errors
  • If an invalid handle is provided, an error will be thrown.
Назад
Верх