[Ajuda] Itinerario
#1

Porque toda vez que eu do Itinerario vai mas em seguida fala que eu cancelei a ROTA ?
pawn Код:
if(strcmp(cmd,"/itinerario",true)==0)
    {
        if(IsPlayerConnected(playerid))
        {
            new Veh = GetPlayerVehicleID(playerid);
            if(!IsAOniCar(Veh))
            {
                MSGPLAYER(playerid, COLOR_GREY, "   Voce nгo estб em um фnibus!");
                return 1;
            }
            if(PlayerInfo[playerid][pEmprego] == 9)
            {
                if(TransportDuty[playerid] > 0)
                {
                    if(TransportDuty[playerid] == 2)
                    {
                        BusDrivers -= 1;
                    }
                    TransportDuty[playerid] = 0;
                    format(string, sizeof(string), "* Voce estб de folga e recebeu $%d.", TransportMoney[playerid]);
                    MSGPLAYER(playerid, COLOR_LIGHTBLUE, string);
                    GivePlayerMoney(playerid, TransportMoney[playerid]);
                    ConsumingMoney[playerid] = 1; TransportValue[playerid] = 0; TransportMoney[playerid] = 0;
                    return 1;
                }
                else
                {
                    BusDrivers += 1; TransportDuty[playerid] = 2; TransportValue[playerid] = 400;
                    format(string, sizeof(string), "Motorista de onibus %s estб em serviзo, Corrida: $400 - Vб para o terminal mais prуximo", PlayerName(playerid));
                    OOCNews(TEAM_GROVE_COLOR,string);
                    MSGPLAYER(playerid, COLOR_RED,"Vocк comeзou o circuito, siga os checkpoints atй finalizar a viajem");
                    MSGPLAYER(playerid, COLOR_RED,"Vocк receberб R$300 a cada checkpoint que passar.");
                    MSGPLAYER(playerid, COLOR_RED,"USE: /itinerario novamente para parar o serviзo");
                    SetPlayerCheckpoint(playerid, 1315.7452,-1788.1145,13.4851,8.0);
                    gPlayerTerminal[playerid] = 1;
                }
            }
            else
            {
                MSGPLAYER(playerid, COLOR_GREY,"Vocк nгo й um motorista de фnibus.");
            }
        }
        return 1;
    }
Reply
#2

alguem me ajuda por favor ?
Reply
#3

Pf Alguem me ajuda ??
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)