[Ajuda] Loop no dialog .
#2

mande o 'carinfo'.

pawn Код:
if(strcmp(cmdtext, "/a", true) == 0)
    {
        if(pLogado[playerid] > 0)
        {
            for(new i = 1; i < sizeof(CarInfo); ++i)
            {
                if(CarInfo[i][cAVenda] == 1) format(SkillBase, sizeof(SkillBase), "Veнculo a venda: Placa: LS-%i | Qtd de donos antigos: %i | Preзo; %i\n", i, CarInfo[i][cDonos], GetVehiclePrice(i),'160');
            }
            ShowPlayerDialog(playerid,DIALOG_NADA,DIALOG_STYLE_MSGBOX,"FOREVER ALONE",SkillBase,"OK","");
           
        }
        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)