23.06.2011, 10:49
Quote:
Tied doing more lines didnt work. Could you help me out with that "more format strings"?
|
pawn Код:
new str[2][256], largestr[512];
format(str[0], sizeof(str[0]), "%s.....", Varables...);
format(str[1], sizeof(str[1]), "%d.....", More Varables...);
format(largestr, sizeof(largestr), "%s %s", str[0], str[1]);