Pushes a copy of a string onto the end of a stack, truncating it if it is too big.
void PushStackString(Handle stack, const char[] value)
Stack Handle.
String to push.
Invalid Handle or out of memory.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.