Help me here pls +rep
#1

Whats the problem here, cus when you are not a taxi driver you can still drive it whats the problem in this code?
pawn Код:
else if(newstate == PLAYER_STATE_DRIVER)
    {
        if(IsATaxiCar(GetPlayerVehicleID(playerid))==420) //if Vehicle model that player enter is taxi
        {
            if( PlayerInfo[ playerid ][ pJob ] != 2 ) //if Player job is not "2" or "taxi driver (maybe)"
            {
                RemovePlayerFromVehicle(playerid);
                SendClientMessage(playerid, COLOR_GREY,"You don't have keys of this car.");
            }
        }
    }
Reply


Messages In This Thread
Help me here pls +rep - by N0FeaR - 13.03.2012, 17:27
Re: Help me here pls +rep - by T0pAz - 13.03.2012, 17:29
Re: Help me here pls +rep - by N0FeaR - 13.03.2012, 17:31
Re: Help me here pls +rep - by T0pAz - 13.03.2012, 17:34
Re: Help me here pls +rep - by N0FeaR - 13.03.2012, 17:47
Re: Help me here pls +rep - by T0pAz - 13.03.2012, 18:00
Re: Help me here pls +rep - by N0FeaR - 13.03.2012, 18:21
Re: Help me here pls +rep - by [ABK]Antonio - 13.03.2012, 18:25
Re: Help me here pls +rep - by suhrab_mujeeb - 13.03.2012, 18:30
Re: Help me here pls +rep - by [ABK]Antonio - 13.03.2012, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)