AMX Mod X API Documentation

Signature
native CreateHamItemInfo();
Description

Creates an ItemInfo handle. This value should never be altered.

The handle can be used in Get/SetHamItemInfo.

Notes
  • You must call FreeHamItemInfo() on every handle made with CreateHamItemInfo().
Returns

A new ItemInfo handle.

Назад
Верх