AMX Mod X API Documentation

Signature
native ArraySize(Array:which);
Description

Returns the number of elements in the array.

Parameters
  • which Array handle
Returns

Number of elements in the array

Errors
  • If an invalid handle is provided an error will be

    thrown.

Назад
Верх