Dialog Strings
#4

pawn Code:
new content[500], string[6];
for(new i = 0; i < 100; i ++)
{
    format(string, sizeof(string), "%03d\n", i);
    strcat(content, string);
}

ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Numbers", content, "Close");
Sent from mobile.
Reply


Messages In This Thread
Dialog Strings - by BornHuman - 04.01.2015, 05:54
Re: Dialog Strings - by SickAttack - 04.01.2015, 06:27
Re: Dialog Strings - by BornHuman - 04.01.2015, 06:32
Re: Dialog Strings - by SickAttack - 04.01.2015, 06:40

Forum Jump:


Users browsing this thread: 1 Guest(s)