error 075: input line too long (after substitutions)
#4

Quote:
Originally Posted by Tachibana
Посмотреть сообщение
Tied doing more lines didnt work. Could you help me out with that "more format strings"?
Well, in that I meant doing something like this:

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]);
Not 100% sure that it will make a difference, worth a try though.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)