native
ArrayInsertStringBefore
Syntax
native ArrayInsertStringBefore(Array:which, item, const input[]);
Description
Inserts an item before the selected item. All items beyond it, and the selected item 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 before. |
| input | The value to set. |