[Ajuda] Loop no dialog .
#6

pawn Код:
if(strcmp(cmdtext, "/felipe", true) == 0)
    {
        new string[1200+10];
        for(new i = 0; i < sizeof(CarInfo[playerid][cAVenda]); ++i)
        {
            if(CarInfo[i][cAVenda] > 0) continue;
            format(string, sizeof(string), "%i\n", CarInfo[i][cAVenda]);
        }
        ShowPlayerDialog(playerid, DIALOG_NADA, DIALOG_STYLE_LIST, "XXT:", xString, "Ok", "Exit");
        return 0x01;
    }
Reply


Messages In This Thread
[Ajuda] Loop no dialog . - by Ricop522 - 05.06.2011, 03:46
Re: Loop no dialog . - by TheGarfield - 05.06.2011, 03:56
Re: Loop no dialog . - by Ricop522 - 05.06.2011, 04:04
Re: Loop no dialog . - by TheGarfield - 05.06.2011, 04:19
Re: Loop no dialog . - by Ricop522 - 05.06.2011, 04:36
Re: Loop no dialog . - by TheGarfield - 05.06.2011, 04:46
Re: Loop no dialog . - by Falcon. - 05.06.2011, 04:48
Re: Loop no dialog . - by rjjj - 05.06.2011, 11:23
Re: Loop no dialog . - by steki. - 05.06.2011, 11:25
Re: Loop no dialog . - by Ricop522 - 05.06.2011, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)