AMX Mod X API Documentation

Signature
native enable_logevent(handle);
Description

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

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