[Ajuda] Ajuda Dialog
#1

Olб Pessoal queria deixar o RG do player em

DIALOG_STYLE_MSGBOX

mas nгo sei como por.

pawn Код:
if(targetid == playerid)
        {
            format(gstring, sizeof(gstring),"~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ .:: Seu RG {FFA4FF}%s{FF8000} ::.  ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~",name);
            SendClientMessage(playerid, CORS,gstring);
        }
        else
        {
            format(gstring, sizeof(gstring),"~.~.~.~.~.~.~.~.~.~.~.~.~.~ RG 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]", level,atext,shealth+50, cash, Conta, pnumber);
        SendClientMessage(playerid, 0x80FF80AA,gstring);
        format(gstring, sizeof(gstring), "Conta:[%s] Casado Com:[%s] Horas Jogadas:[%d] Profissгo Secundaria:[%s]", RankVip,PlayerInfo[targetid][pMarriedTo],ptime,jtext);
        SendClientMessage(playerid, 0x00FFFFAA,gstring);
        format(gstring, sizeof(gstring), "Peixes:[%d] Maior Peixe:[%d] Crimes Cometidos:[%d] Matou:[%d] Morreu:[%d]", fishes,bigfish,crimes,kills,deaths );
        SendClientMessage(playerid, 0x80FF80AA,gstring);
        format(gstring, sizeof(gstring), "Prуximo Nivel:[R$%d] Respeito:[%d/%d] Doenзas:[%s] ",costlevel,exp,expquantidade,dtext);
        SendClientMessage(playerid, 0x00FFFFAA,gstring);
        format(gstring, sizeof(gstring), "Materiais:[%d] Safe Materiais:[%d] Organizaзгo:[%s] Cargo:[%s]",mats,smats,NomeORG(targetid),OrgCargo(targetid));
        SendClientMessage(playerid, 0x80FF80AA,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, 0x00FFFFAA,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, 0x80FF80AA,gstring);
        format(gstring, sizeof(gstring), "Veнculo:[%s, Placa(%d)] Nivel de Procurado:[%d] ", CarroDono,IdcarroD,WantedPoints[targetid]);
        SendClientMessage(playerid, 0x00FFFFAA,gstring);

        /*format(gstring, sizeof(gstring), "Veiculo 1[%d] Veiculo 2[%d] Veiculo 3[%d] Nivel de Procurado [%d]", ChaveCarro, ChaveCarro2, ChaveCarro3, WantedPoints[targetid]);
        SendClientMessage(playerid, 0x00FFFFAA,gstring);*/

    }
}
Tem varios servidor que usam isso...

https://www.******.com.br/search?q=R...60M689sO-VM%3A

Alguem help ?
Reply


Messages In This Thread
Ajuda Dialog - by zGuigui2068 - 08.08.2015, 06:38
Re: Ajuda Dialog - by willttoonn - 08.08.2015, 07:02
Re: Ajuda Dialog - by SepZ - 08.08.2015, 07:15
Re: Ajuda Dialog - by willttoonn - 08.08.2015, 07:25
Re: Ajuda Dialog - by SepZ - 08.08.2015, 07:41
Re: Ajuda Dialog - by willttoonn - 08.08.2015, 08:05

Forum Jump:


Users browsing this thread: 1 Guest(s)