[Ajuda] Painel Veiculo
#9

Muilti , eu preferi fazer por comando.. mais agora eu nгo sei como faзo para o sistem saber qual й o ID do carro do cara. (Avб que eu nгo sei).

pawn Код:
if(strcmp(cmdtext,"/carrotrancar",true)==0)
    {
        new engine,lights,alarm,doors,bonnet,boot,objective,PlayerNick[MAX_PLAYER_NAME];
       
        GetPlayerName(playerid,PlayerNick,sizeof(PlayerNick));

        new arquivo[256];
            format(arquivo, sizeof(arquivo), "/Concessionaria/Donos/%s.ini",PlayerNick);

        if(dini_Exists(arquivo))
        {
            CarregarDono(playerid);
            new carro = Dono[playerid][dChave];
            new vid = 0; //como saberia o id do carro do cara? (aqui estaria trancando o veiculo id 0 , so coloquei pra nгo dar erro..)
           
            if(Carro[carro][cCID] == GetPlayerVehicleID(playerid))
            {
                if(strcmp(PlayerNick,Carro[carro][cDono],true)==0)
                {
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,lights,alarm,1,bonnet,boot,objective);
                }
            }
        }
        else
        {
            SendClientMessage(playerid, Branco , "[CONCESSIONБRIA] Vocк nгo tem um veнculo. compre um na concessionaria (/GPS).");
        }
       
        return 1;
    }
Tб certo o cуdigo? ajuda ai por favor.
Reply


Messages In This Thread
Painel Veiculo - by s4kuL - 28.06.2014, 02:33
Re: Painel Veiculo - by MultiKill - 28.06.2014, 02:45
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 02:49
Re: Painel Veiculo - by MultiKill - 28.06.2014, 02:53
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 02:59
Re: Painel Veiculo - by MultiKill - 28.06.2014, 03:01
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 03:08
Re: Painel Veiculo - by MultiKill - 28.06.2014, 03:16
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 03:39
Re: Painel Veiculo - by MultiKill - 28.06.2014, 03:44

Forum Jump:


Users browsing this thread: 1 Guest(s)