12.01.2012, 06:57
Or you could simply do this:
pawn Код:
new szOutput[1024];
format(szOutput, sizeof szOutput, "Really, really, really, really, really, really long" \
"string. | %d | %f | %s", iInt, fFloat, szString);