03.09.2012, 14:51
Instead you should join them with strcat
Instead of
Though, make sure you put \n in the first format
Though I do see what you were trying to do - might as well just use strcat
pawn Код:
strcat(sz_text, text, sizeof(sz_text));
pawn Код:
format(sz_text, sizeof(sz_text), "%s\n%s", sz_text, text);
Though I do see what you were trying to do - might as well just use strcat