AMX Mod X API Documentation

Signature
native SetHookChainReturn(AType:type, any:...);
Description

Sets the return value of a hookchain.

Parameters
  • type To specify the ATYPE_* parameter, look at the enum AType
  • value The value to set the return to
Назад
Верх