Items not showing up within list...
#2

Instead you should join them with strcat

pawn Код:
strcat(sz_text, text, sizeof(sz_text));
Instead of
pawn Код:
format(sz_text, sizeof(sz_text), "%s\n%s", sz_text, text);
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
Reply


Messages In This Thread
Items not showing up within list... - by Karkand - 03.09.2012, 14:44
Re: Items not showing up within list... - by [ABK]Antonio - 03.09.2012, 14:51
Re: Items not showing up within list... - by Karkand - 03.09.2012, 15:00
Re: Items not showing up within list... - by leonardo1434 - 03.09.2012, 15:25
Re: Items not showing up within list... - by Karkand - 03.09.2012, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)