AMX Mod X API Documentation

Signature
native any:ReadPackCell(DataPack:pack);
Description

Reads a cell from a Datapack.

Parameters
  • pack Datapack handle
Returns

Cell value

Errors
  • If an invalid handle is provided, or not enough data is left

    in the datapack, an error will be thrown.

Назад
Верх