AMX Mod X API Documentation

Signature
native bool:json_array_replace_string(JSON:array, index, const string[]);
Description

Replaces an element in the array with string data.

Parameters
  • array Array handle
  • index Position in the array to be replaced
  • string String to copy
Returns

True if succeed, false otherwise

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