native
ArrayInsertStringAfter
Syntax
native ArrayInsertStringAfter(Array:which, item, const input[]);
Description
Inserts an item after the selected item. All items beyond it get shifted up 1 space.
The stored string will be truncated if it is longer than the cellsize the array was created with!
Parameters
| which | The array to add the item to. |
|---|---|
| item | The item to insert after. |
| input | The value to set. |