Pushes a string onto the end of an array, truncating it if it is too big.
int PushArrayString(Handle array, const char[] value)
Array Handle.
String to push.
Index of the new entry.
Invalid Handle or out of memory.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.