SA-MP Forums Archive
[Ajuda] Dialog - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Dialog (/showthread.php?tid=290674)



[Ajuda] Dialog - Laercio - 16.10.2011

Bom Gostaria em por o RG em Dialog , Quem poder colocar , Please responde ai precizando urgente

Code do meu

pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "|______________ Seus Documentos ______________|");
        }
        else
        {
            format(gstring, sizeof(gstring),"|______________ Documentos de %s ______________|",name);
            SendClientMessage(playerid, COLOR_WHITE,gstring);
        }
        format(gstring, sizeof(gstring), "Nivel:[%d] Sexo:[%s] Vida:[%.1f] Dinheiro:[R$%d] Banco:[R$%d] Celular:[%d] Crйditos:[%d]", level,atext,shealth+50, cash, Conta, pnumber,creditos);
        SendClientMessage(playerid, AN_COLOR,gstring);
        format(gstring, sizeof(gstring), "Conta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s]", drank,married,ptime,jtext);
        SendClientMessage(playerid, AN_COLOR,gstring);
        format(gstring, sizeof(gstring), "Peixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]", fishes,bigfish,crimes,kills,deaths );
        SendClientMessage(playerid, AN_COLOR,gstring);
        format(gstring, sizeof(gstring), "Prуximo Nivel:[R$%d] Respeito:[%d/%d] Doenзas:[%s] ",costlevel,exp,expquantidade,dtext);
        SendClientMessage(playerid, AN_COLOR,gstring);
        format(gstring, sizeof(gstring), "Materiais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s]",mats,smats,NomeORG(targetid),rtext);
        SendClientMessage(playerid, AN_COLOR,gstring);
        format(gstring, sizeof(gstring), "Maconha:[%d] Cocaina:[%d] Crack:[%d] Safe Maconha:[%d] Safe Cocaina:[%d] Safe Crack:[%d]",Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
        SendClientMessage(playerid, AN_COLOR,gstring);
        format(gstring, sizeof(gstring), "Chave De Casa [%d] Chave Da Empresa [%d] Chave Do Carro(Aluguel) [%d] Interior:[%d] Local:[%d]", Housekey,bizkey,HireCar[targetid],intir,local);
        SendClientMessage(playerid, AN_COLOR,gstring);
        format(gstring, sizeof(gstring), "Veiculo 1[%d] Veiculo 2[%d] Veiculo 3[%d]", ChaveCarro, ChaveCarro2, ChaveCarro3);
        SendClientMessage(playerid, AN_COLOR,gstring);
    }
}



Re: [Ajuda] Dialog - Laercio - 16.10.2011

Povo nem ajuda

VO almoзar '-' :O


Re: [Ajuda] Dialog - [O.z]Caroline - 16.10.2011

pawn Код:
new carol_str[3000];
        format(gstring, sizeof(gstring), "Nivel:[%d] Sexo:[%s] Vida:[%.1f] Dinheiro:[R$%d] Banco:[R$%d] Celular:[%d] Crйditos:[%d]\n", level,atext,shealth+50, cash, Conta, pnumber,creditos);strcat(carol_str, gstring);
        format(gstring, sizeof(gstring), "Conta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s]\n", drank,married,ptime,jtext);strcat(carol_str, gstring);
        format(gstring, sizeof(gstring), "Peixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]\n", fishes,bigfish,crimes,kills,deaths );strcat(carol_str, gstring);
        format(gstring, sizeof(gstring), "Prуximo Nivel:[R$%d] Respeito:[%d/%d] Doenзas:[%s] \n",costlevel,exp,expquantidade,dtext);strcat(carol_str, gstring);
        format(gstring, sizeof(gstring), "Materiais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s]\n",mats,smats,NomeORG(targetid),rtext); strcat(carol_str, gstring);
        format(gstring, sizeof(gstring), "Maconha:[%d] Cocaina:[%d] Crack:[%d] Safe Maconha:[%d] Safe Cocaina:[%d] Safe Crack:[%d]\n",Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);strcat(carol_str, gstring);
        format(gstring, sizeof(gstring), "Chave De Casa [%d] Chave Da Empresa [%d] Chave Do Carro(Aluguel) [%d] Interior:[%d] Local:[%d]\n", Housekey,bizkey,HireCar[targetid],intir,local);strcat(carol_str, gstring);
        format(gstring, sizeof(gstring), "Veiculo 1[%d] Veiculo 2[%d] Veiculo 3[%d]\n", ChaveCarro, ChaveCarro2, ChaveCarro3);strcat(carol_str, gstring);
        ShowPlayerDialog(playerid, 99999999, DIALOG_STYLE_MSGBOX,"Statues", carol_str, "Oky","asd");



Re: [Ajuda] Dialog - Vitor_Marfioso - 23.01.2012

https://sampforum.blast.hk/showthread.php?tid=312910 Me ajuda ai tambйm por favor '-'


Re: [Ajuda] Dialog - dPlaYer_ - 23.01.2012

Ultimo Post: 16/10/2011, 08:38 PM