[Ajuda] Profissгo de caminhoneiro
#5

mais essas Funзгo que disseram ela respawnaria somente a Parte de trбs (trailer) ? e como usaria essa funзгo
aki estб meu comando

pawn Код:
if(strcmp(cmd,"/descarregar",true) == 0)
    {
        new VehicleID;
        VehicleID = GetPlayerVehicleID(playerid);
        new aname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
        format(file, sizeof(file), PASTA_CONTAS, aname);
       
        if(dini_Int(file, "Profissao") == Caminhoneiro)
        {
            if(PlayerToPoint(20.0, playerid, -2263.6999511719, 2332.1000976563, 4.5))
            {
                if(IsTrailerAttachedToVehicle(VehicleID))
                {
                    if(CCarregamento[playerid] == 0)
                    {
                        SendClientMessage(playerid,Vermelho,"** Seu veнculo nгo estб carregado!");
                        return 1;
                    }
                    else
                    {
                        CCarregamento[playerid] = 0;
                        DetachTrailerFromVehicle(GetPlayerVehicleID(playerid));
                        SendClientMessage(playerid,COLOR_GREEN,"* Seu veнculo foi descarregado й vocк ganhou 1300 reais.");
                        GivePlayerGrana(playerid, 1300);
                        return 1;
                    }
                }
                else
                {
                    SendClientMessage(playerid,Vermelho," Seu veнculo nгo estб com a Parte Superior!");
                    return 1;
                }
            }
            else
            {
                SendClientMessage(playerid,Vermelho,"** Vocк esta no check de descarga.");
                return 1;
            }
        }
        else
        {
            SendClientMessage(playerid,Vermelho,"** Vocк Nгo й Caminhoneiro");
        }
        return 1;
    }
Reply


Messages In This Thread
Profissгo de caminhoneiro - by Sky™ - 25.08.2012, 17:35
Re: Profissгo de caminhoneiro - by DartakousLien - 25.08.2012, 17:40
Re: Profissгo de caminhoneiro - by FeelLikeASir_ - 25.08.2012, 17:44
Re: Profissгo de caminhoneiro - by DartakousLien - 25.08.2012, 17:56
Re: Profissгo de caminhoneiro - by Sky™ - 25.08.2012, 18:45
Re: Profissгo de caminhoneiro - by Sky™ - 25.08.2012, 18:47
Re: Profissгo de caminhoneiro - by DartakousLien - 25.08.2012, 18:50
Re: Profissгo de caminhoneiro - by Sky™ - 25.08.2012, 19:09
Re: Profissгo de caminhoneiro - by Maklister - 25.08.2012, 19:44
Re: Profissгo de caminhoneiro - by DartakousLien - 25.08.2012, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)