AMX Mod X API Documentation

Signature
native SetHamItemInfo(iteminfo_handle, HamItemInfo:type, any:...);
Description

Sets a parameter on the fly of the current hook.

Use this on parameters that are iteminfo result handles.

Parameters
  • iteminfo_handle Item info handle.
  • type Item info type. See HamItemInfo_ constants.
  • ... Variable number of formatting parameters
Назад
Верх