Sricpt problem here.
#8

I would use:
pawn Код:
new newcar = GetPlayerVehicleID(playerid);
    if(newstate == PLAYER_STATE_DRIVER)
    {
       if(IsATaxicar(newcar))
       {
          if(PlayerInfo[playerid][pJob] == 2) {
           RemovePlayerFromVehicle(playerid);
           SendClientMessage(playerid, COLOR_GREY,"You don't have keys of this car.");
           return 1;
            }
       }
       // .. .. other code
    }
    // other checks
Reply


Messages In This Thread
Sricpt problem here. - by N0FeaR - 09.03.2012, 19:48
Re: Sricpt problem here. - by Libra_PL - 09.03.2012, 19:49
Re: Sricpt problem here. - by Tanush123 - 09.03.2012, 19:50
Re: Sricpt problem here. - by Konstantinos - 09.03.2012, 19:54
Re: Sricpt problem here. - by N0FeaR - 09.03.2012, 19:56
Re: Sricpt problem here. - by CmZxC - 09.03.2012, 20:10
Re: Sricpt problem here. - by N0FeaR - 09.03.2012, 20:45
Re: Sricpt problem here. - by BrandyPenguin - 09.03.2012, 21:17
Re: Sricpt problem here. - by Konstantinos - 10.03.2012, 17:49

Forum Jump:


Users browsing this thread: 6 Guest(s)