Why does this not work
#1

Well im trying to make it if the player does not have the trucker job it will remove them from the vehicle and send them a message it dont do any of this

pawn Код:
if(Jobs[Player[playerid][Job]][JobType] != 8 || Jobs[Player[playerid][Job2]][JobType] != 8)
    {
        new car = GetPlayerVehicleID(playerid);
        if(car == 403 || car == 591)
        {
            RemovePlayerFromVehicle(vehicleid);
            SendClientMessage(playerid, WHITE, "You must have the trucker job to drive this vehicle");
        }
    }
Please help

Thanks
Reply


Messages In This Thread
Why does this not work - by Euan Hughes - 26.06.2012, 18:26
Re: Why does this not work - by .FuneraL. - 26.06.2012, 18:41
Re: Why does this not work - by ViniBorn - 26.06.2012, 18:42
Re: Why does this not work - by Euan Hughes - 26.06.2012, 18:47
Re: Why does this not work - by ViniBorn - 26.06.2012, 19:00
Re: Why does this not work - by zombieking - 26.06.2012, 19:02
Re: Why does this not work - by Ray0 - 26.06.2012, 19:16

Forum Jump:


Users browsing this thread: 1 Guest(s)