Dialog list with multiple result from query
#2

You have to create two strings and use strcat

Код:
new str1[512], str2[100];
//loop
format(str2, sizeof str2, ...);
strcat(str1, str2);
In your code, you format actual row, but the row before is overwritten.
Reply


Messages In This Thread
Dialog list with multiple result from query - by Criniti - 05.06.2018, 18:47
Re: Dialog list with multiple result from query - by ball - 05.06.2018, 19:12
Re: Dialog list with multiple result from query - by Criniti - 05.06.2018, 22:28

Forum Jump:


Users browsing this thread: 1 Guest(s)