08.08.2015, 06:38
Olб Pessoal queria deixar o RG do player em
DIALOG_STYLE_MSGBOX
mas nгo sei como por.
Tem varios servidor que usam isso...
https://www.******.com.br/search?q=R...60M689sO-VM%3A
Alguem help ?
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);*/
}
}
https://www.******.com.br/search?q=R...60M689sO-VM%3A
Alguem help ?