17.07.2011, 02:04
IF you wanted a 'hello goodbye' string, you could do this:
Yes, you can insert a string into itself.
pawn Код:
format(string1, sizeof(string1), "%s %s",string1, string2);