help with dialog command
#5

Код:
for(new t = 1; t < sizeof(TruckInfo); t++)
{
    new szDialog[1024];
    strcat(szDialog, "Destinatia\tDistanta\tSkill\tTimp\n");
    format(szDialog, sizeof(szDialog), "%s\n%s\t%.2f km\t%d\t%s\n",szDialog, TruckInfo[t][tName], GetPlayerDistanceFromPoint(playerid, TruckInfo[t][tPosX], TruckInfo[t][tPosY], TruckInfo[t][tPosZ]), TruckInfo[t][tSkill], CalculeazaTimp2(TruckInfo[t][tTime]));
    ShowPlayerDialog(playerid, DIALOG_TRUCKER, DIALOG_STYLE_TABLIST_HEADERS, "Selecteaza destinatia:", szDialog, "Select", "Cancel");
}
try this
Reply


Messages In This Thread
help with dialog command - by ShadowBlack - 23.04.2018, 12:52
Re: help with dialog command - by ShadowBlack - 23.04.2018, 12:58
Re: help with dialog command - by ShadowBlack - 23.04.2018, 13:10
Re: help with dialog command - by ShadowBlack - 23.04.2018, 13:29
Re: help with dialog command - by UFF - 23.04.2018, 13:55
Re: help with dialog command - by ShadowBlack - 23.04.2018, 15:10
Re: help with dialog command - by UFF - 23.04.2018, 15:16
Re: help with dialog command - by ShadowBlack - 23.04.2018, 15:23
Re: help with dialog command - by UFF - 23.04.2018, 15:25
Re: help with dialog command - by ShadowBlack - 23.04.2018, 15:28

Forum Jump:


Users browsing this thread: 2 Guest(s)