19.09.2010, 22:14
procura por isso
e manda
pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(targetid, name, sizeof(name));
GetPlayerHealth(targetid,health);
new Float:px,Float:py,Float:pz;
GetPlayerPos(targetid, px, py, pz);
new coordsstring[256];
SendClientMessage(playerid, COLOR_DBLUE,"______________________________________________________________________________");
format(coordsstring, sizeof(coordsstring),"***____________________ %s ____________________***",name);
SendClientMessage(playerid, COLOR_YELLOW,coordsstring);
format(coordsstring, sizeof(coordsstring), "Level:[%d] Sexo:[%s] Origem:[%s] Vida:[%.1f] Dinheiro:[R$%d] Banco:[R$%d] Celular:[%d]", level,atext,otext,shealth+50, cash, Conta, pnumber);
SendClientMessage(playerid, AN_COLOR,coordsstring);
format(coordsstring, sizeof(coordsstring), "Conta:[%s] CasadoCom:[%s] HorasJogadas:[%d] ProfissгoSecundaria:[%s]", drank,married,ptime,jtext);
SendClientMessage(playerid, AN_COLOR,coordsstring);
format(coordsstring, sizeof(coordsstring), "Peixes:[%d] MaiorPeixe:[%d] CrimesCometidos:[%d] Matou:[%d] Morreu:[%d]", fishes,bigfish,crimes,kills,deaths );
SendClientMessage(playerid, AN_COLOR,coordsstring);
format(coordsstring, sizeof(coordsstring), "ValorLevel:[R$%d] Respeito:[%d/%d] Familia:[%s] Doenзas:[%s]",costlevel,exp,expquantidade,fatext,dtext);
SendClientMessage(playerid, AN_COLOR,coordsstring);
format(coordsstring, sizeof(coordsstring), "Materiais:[%d] SafeMateriais:[%d] Emprego:[%s] Organizaзгo:[%s] Cargo:[%s]",mats,smats,ttext,ftext,rtext);
SendClientMessage(playerid, AN_COLOR,coordsstring);
format(coordsstring, sizeof(coordsstring), "Maconha:[%d] Cocaina:[%d] Crack:[%d] SafeMaconha:[%d] SafeCocaina:[%d] SafeCrack:[%d]",Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
SendClientMessage(playerid, AN_COLOR,coordsstring);
format(coordsstring, sizeof(coordsstring), "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,coordsstring);
if(PlayerInfo[playerid][pVIP] > 1)
{
format(coordsstring, sizeof(coordsstring), "Chave do Veiculo [%d] Placa do Veiculo [%d]", PlayerInfo[playerid][pCarKey],PlayerInfo[playerid][pVeiculo]);
SendClientMessage(playerid, AN_COLOR,coordsstring);
}
SendClientMessage(playerid, COLOR_WHITE,"______________________________________________________________________________");
}
}
e manda