How do i put a long line to something smaller?....
#6

A solution to this (although it is worse performance-wise) is to do something like:

pawn Код:
new string[512];
format(string, sizeof(sting), "blabla %d bla \n", number);
format(string, sizeof(sting), "%sthis is the second line: %d \n", string, another number);
format(string, sizeof(sting), "%smore text", string);
I think you get the point
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)