Pushes a string onto the current call.
void Call_PushStringEx(char[] value, int length, int szflags, int cpflags)
String to push.
Length of string buffer.
Flags determining how string should be handled. See SM_PARAM_STRING_* constants for details. The default (0) is to push ASCII.
Whether or not changes should be copied back to the input array. See SM_PARAM_* constants for details.
Called before a call has been started.
Cannot be used before a call has been started.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.