[Ajuda] Como checar se o caminhгo estб com carreta?
#6

Creio que ira funcionar '-'

PHP код:
CMD:descarregar(playerid){
    if(
PlayerToPoint(20.0,playerid,X,Y,Z))    { //cordenadas do local de descarregar
        
new vehicleid GetPlayerVehicleID(playerid);
        new 
currentveh GetVehicleTrailer(vehicleid);
        if(
IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid))){
            if(
GetVehicleModel(GetVehicleTrailer(vehicleid)) == 123){ // Troque o 123 pelo id da carreta
                
SendClientMessage(playerid0x000099AA"| INFO | Carga descarregada, vocк ganhou $300!");
                
GivePlayerMoney(playerid,300); // troque pela variavel que da grana
                
SetVehicleToRespawn(currentveh); //usado pra remover a carreta
                
func_descarregar(playerid);
                return 
1;
            }else if(
GetVehicleModel(GetVehicleTrailer(vehicleid)) != 123) {// troque o 123 pelo id da carreta
                
SendClientMessage(playerid0x000099AA"| ERRO | Seu Caminhгo Nao Ta Carregado.");
                return 
1;
            }
        }
    }else{
        
SendClientMessage(playerid0x000099AA"| ERRO | Vocк Nгo esta no local de Descarga.");
        return 
1;
    }

Reply


Messages In This Thread
Como checar se o caminhгo estб com carreta? - by luccagomes15 - 10.03.2016, 20:46
Re: Como checar se o caminhгo estб com carreta? - by zPain - 10.03.2016, 20:50
Re: Como checar se o caminhгo estб com carreta? - by rhaegartargaryen - 10.03.2016, 20:54
Re: Como checar se o caminhгo estб com carreta? - by ThuuGLif3 - 10.03.2016, 20:57
Re: Como checar se o caminhгo estб com carreta? - by zPain - 10.03.2016, 22:23
Re: Como checar se o caminhгo estб com carreta? - by rhaegartargaryen - 11.03.2016, 00:28

Forum Jump:


Users browsing this thread: 1 Guest(s)