[Ajuda] Detectar o trailer do jogador.
#1

Olб , bem rбpido :
PHP код:
CMD:t(playerid)
{
    new 
model GetVehicleModel(GetPlayerVehicleID(playerid));
    if(
model == 403 || model == 514 || model == 515)
    {
        if(
PlayerInfo[playerid][pClasse] == 1)
        {
            for(new 
43 i++)
            {
                if(
GetVehicleTrailer(GetPlayerVehicleID(playerid)) == BauTrailer[i])
                {
                    if(
PlayerInfo[playerid][pWorking] == 1) return SendClientMessage(playerid,-1,"Vocк jб estб trabalhando !");
                    new 
rand random(sizeof(TBau));
                    
CriarTrabalho(playerid,TBau[rand][CarregarX],TBau[rand][CarregarY],TBau[rand][CarregarZ],TBau[rand][DescarregarX],TBau[rand][DescarregarY],TBau[rand][DescarregarZ],TBau[rand][nome_carga],TBau[rand][nome_rota],TBau[rand][pagamento],TBau[rand][mafia]);
                }else{
                    
SendClientMessage(playerid,-1,"Vocк nгo tem uma carga apropriada !");
                }
                return 
1;
            }
        }else{
            
SendClientMessage(playerid,-1,"Vocк nгo й caminhoneiro !");
        }
    }else{
        
SendClientMessage(playerid,-1,"Vocк nгo estб em um veiculo adequado !");
    }
    return 
1;

Problema : eu pego o trailer correto e ele fala que nгo tenho a carga apropriada :/...
Reply


Messages In This Thread
Detectar o trailer do jogador. - by darkxdll - 25.07.2013, 21:52
Respuesta: Detectar o trailer do jogador. - by DartakousLien - 25.07.2013, 22:02
Re: Detectar o trailer do jogador. - by darkxdll - 25.07.2013, 22:04
Respuesta: Detectar o trailer do jogador. - by DartakousLien - 25.07.2013, 22:06
Re: Detectar o trailer do jogador. - by darkxdll - 25.07.2013, 22:09
Re : Detectar o trailer do jogador. - by ThiagoMK - 25.07.2013, 22:18
Re: Detectar o trailer do jogador. - by darkxdll - 25.07.2013, 22:31
Respuesta: Detectar o trailer do jogador. - by DartakousLien - 26.07.2013, 00:28
Re: Detectar o trailer do jogador. - by darkxdll - 26.07.2013, 00:52

Forum Jump:


Users browsing this thread: 2 Guest(s)