13.07.2012, 16:14
(
Последний раз редактировалось vent; 21.05.2015 в 15:39.
)
****
new buffer[512], string[128];
for(new i = 0; i != 5; i++)
{
format(string, sizeof(string), "%s - %s\n", Uuendused[i][uuendus], Uuendused[i][staatus]);
strcat(buffer, string); // append the formatted string to the buffer
}
// Proceed with ShowPlayerDialog
format(buffer, sizeof(buffer), %s%s - %s\n", buffer, Uuendused[i][uuendus], Uuendused[i][staatus]);