No license problem
#4

Flying license and boating license have RemovePlayerFromVehicle,
So i cant remove them, Cop cars also have RemovePlayerFromVehicle

pawn Код:
if(newstate == PLAYER_STATE_DRIVER) //buggy dont finnish
    {// 38 / 49 / 56 = SS
        new newcar = GetPlayerVehicleID(playerid);
        new oldcar = gLastCar[playerid];
        new housecar = PlayerInfo[playerid][pPhousekey]+1;
        TelePos[playerid][0] = 0.0;
        TelePos[playerid][1] = 0.0;
        if(IsABoat(newcar))
        {
          if(PlayerInfo[playerid][pBoatLic] < 1)
            {
              SendClientMessage(playerid, COLOR_GREY, "  You don't know how to Sail yet, so you left the Boat !");
              RemovePlayerFromVehicle(playerid);
            }
        }
        else if(IsAPlane(newcar))
        {
          if(PlayerInfo[playerid][pFlyLic] < 1)
            {
              if(TakingLesson[playerid] == 1) { }
              else {
              SendClientMessage(playerid, COLOR_GREY, "  You don't know how to Fly yet, so you left the Plane !");
              RemovePlayerFromVehicle(playerid); }
            }
        }
        else
        {
            if(PlayerInfo[playerid][pCarLic] < 1)
            {
              if(PlayerDrunk[playerid] >= 5)
                {
                  WantedPoints[playerid] += 1;
                    SetPlayerCriminal(playerid,255, "Drunk Driving");
                }
                if(TakingLesson[playerid] == 1) { }
                else {
                SendClientMessage(playerid, COLOR_GREY, "  You don't know how to Drive yet, so drive carefully otherwise the cops will notice!");
                }
            }
            else if(PlayerDrunk[playerid] >= 5)
            {
              WantedPoints[playerid] += 1;
                SetPlayerCriminal(playerid,255, "Drunk Driving");
            }
        }
Reply


Messages In This Thread
No license problem - by JoeDaDude - 14.05.2009, 12:46
Re: No license problem - by Weirdosport - 14.05.2009, 13:45
Re: No license problem - by MX_Master - 14.05.2009, 13:47
Re: No license problem - by JoeDaDude - 14.05.2009, 13:58
Re: No license problem - by killerx100 - 14.05.2009, 14:08
Re: No license problem - by Cabby - 15.05.2009, 09:16
Re: No license problem - by JoeDaDude - 15.05.2009, 18:49
Re: No license problem - by soryy708 - 15.05.2009, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)