native

ArrayPushString

Syntax

native ArrayPushString(Array:which, const input[]);

Description

Creates a new element in the array and sets its value to the input buffer.
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.
input The string to set the item as.