AMX Mod X API Documentation

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

Gets 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
Назад
Верх