Sricpt problem here.
#9

The problem was the bracket. You closed the bracket and inside there is the variable.
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
{
    new newcar = GetPlayerVehicleID(playerid);

    if(IsATaxicar(newcar))
    {
        if(PlayerInfo[playerid][pJob] == 2) RemovePlayerFromVehicle(playerid);
        SendClientMessage(playerid, COLOR_GREY,"You don't have keys of this car.");
        return 1;
// Rest
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: 3 Guest(s)