AMX Mod X API Documentation

Signature
native bool:json_array_remove(JSON:array, index);
Description

Removes an element from the array.

Notes
  • Order of values in array may change during execution.
Parameters
  • array Array handle
  • index Position in the array (starting from 0)
Returns

True if succeed, false otherwise

Errors
  • If passed handle is not a valid array
Назад
Верх