[Pedido] Colocar ID carro Pessoal do /rg
#1

Ola pessoal eu queria colocar no /RG de server RPG o ID do carro pessoal do player.
Tipo , ele compra um carro na concessionaria e quer saber o ID dele, ele da /rg e vai ta la o ID do carro dele.
Seria mais facil em caso de BUG's o adm puxar o carro dele atй o player do que dar /dl pra saber o ID ;S
Reply
#2

Ta chovendo aqui a Bola de Cristal Perdeu conexao! Desculpa.
Reply
#3

Nao entendi ? tem como me ajudar emo porfavor ?
Reply
#4

Ta, vc acha q й sу vc vim, escrever e poom, acha q nois vai ajudar?
Agente nao tem nenhuma base pra te ajudar man, posta algum codigo que possa nos ajudar.
Reply
#5

Poste as variaveis
Reply
#6

poste o cmd: /rg й o cmd: /carid
que eu coloco pra vc manin!
Reply
#7

Desculpa a demora,
Tae:
pawn Код:
new ptime = PlayerInfo[targetid][pConnectTime];
        new bigfish = PlayerInfo[targetid][pBiggestFish];
        new arrests = PlayerInfo[targetid][pArrested];
        new mats = PlayerInfo[targetid][pMats];
        new drugs = PlayerInfo[targetid][pDrugs];
        new mortes = PlayerInfo[targetid][pDeaths];
        new matadas = PlayerInfo[targetid][pKills];
        new level = PlayerInfo[targetid][pLevel];
        new ChaveCarro = PlayerInfo[targetid][pCarKey];
        new exp = PlayerInfo[targetid][pExp];
        new pnumber = PlayerInfo[targetid][pPnumber];
        new account = PlayerInfo[targetid][pAccount];
        new nxtlevel = PlayerInfo[targetid][pLevel]+1;
        new expamount = nxtlevel*levelexp;
        new chavecasa = PlayerInfo[targetid][pPhousekey];
        new chaveempresa = PlayerInfo[targetid][pPbiskey];
        new Float:health;
        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];
        format(coordsstring, sizeof(coordsstring),"_______________[ Meu RG %s ]____________________",name);
        SendClientMessage(playerid, COLOR_YELLOW,coordsstring);
        format(coordsstring, sizeof(coordsstring), "Nome:[%s] - VIP:[%s] - Level:[%d] - Sexo:[%s] - Dolar:[$%d] - R$:[$%d] - Banco:[$%d]", name,drank,level,atext,cash,GetPlayerGP(targetid),account);
        SendClientMessage(playerid, COLOR_WHITE,coordsstring);
        format(coordsstring, sizeof(coordsstring), "Horas jogadas:[%d] - Trabalho:[%s] - Respeito:[%d/%d] - Tel:[%d] - Drogas:[%d] - Materiais:[%d]", ptime,jtext,exp,expamount,pnumber,drugs,mats);
        SendClientMessage(playerid, COLOR_WHITE,coordsstring);
        format(coordsstring, sizeof(coordsstring), "Chave da casa:[%d] - Chave da empresa:[%d] - Organizaзгo:[%s] - Cargo:[%s]",chavecasa, chaveempresa,ttext,rtext);
        SendClientMessage(playerid, COLOR_WHITE,coordsstring);
        format(coordsstring, sizeof(coordsstring), "Mortes:[%d] - Chave Veiculo:[%d] - Assassinatos:[%d] - Maior Peixe:[%d] - Vezes Preso:[%d]",ChaveCarro,mortes,matadas, bigfish,arrests);
        SendClientMessage(playerid, COLOR_WHITE,coordsstring);
        if (PlayerInfo[playerid][pAdmin] >= 0)
        {
Reply
#8

Qual a variavel que define a chave do carro pessoal dele?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)