native bool:json_array_replace_string(JSON:array, index, const string[]);
| array | Array handle |
| index | Position in the array to be replaced |
| string | String to copy |
Replaces an element in the array with string data.
True if succeed, false otherwise
If passed handle is not a valid array
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.