Bug with cars really need fix.
#9

Quote:
Originally Posted by Typhome
Посмотреть сообщение
Код:
public IsAnOwnableCar(vehicleid)
{
    if(vehicleid >= [GM CARS COUNT] && vehicleid <= [GM CARS COUNT + CFG CARS COUNT]) { return 1; }
    return 0;
}
Ok look what i add

351 is cars.. +19 369

pawn Код:
new CarInfo[369][cInfo];
pawn Код:
public IsAnOwnableCar(vehicleid)
{
    if(vehicleid >= 351 && vehicleid <= 369) { return 1; }
    return 0;
}
And here i move it..
to 351.
pawn Код:
for(new h = 351; h < sizeof(CarInfo); h++)

And here i move it:
pawn Код:
if(oldcar != 351)
        {
            if((housecar != oldcar && oldcar != 0) && (HireCar[playerid] != oldcar && newcar != housecar))
            {
                if(gLastDriver[oldcar] == playerid && oldcar != newcar)
                {
                    gLastDriver[oldcar] = 350;
                    gCarLock[oldcar] = 0;
                    UnLockCar(oldcar);
                }
            }
        }
But cars who is for buying loading but is not for buying ??
Reply


Messages In This Thread
Bug with cars really need fix. - by GBLTeam - 24.03.2011, 10:45
Re: Bug with cars really need fix. - by Mike_Peterson - 24.03.2011, 11:09
Re: Bug with cars really need fix. - by GBLTeam - 24.03.2011, 11:16
Re: Bug with cars really need fix. - by Mike_Peterson - 24.03.2011, 11:20
Re: Bug with cars really need fix. - by Typhome - 24.03.2011, 11:53
AW: Bug with cars really need fix. - by Pablo Borsellino - 24.03.2011, 13:55
Re: AW: Bug with cars really need fix. - by GBLTeam - 24.03.2011, 18:04
Re: Bug with cars really need fix. - by Typhome - 24.03.2011, 18:32
Re: Bug with cars really need fix. - by GBLTeam - 24.03.2011, 18:53
Re: Bug with cars really need fix. - by GBLTeam - 24.03.2011, 20:54
Re: Bug with cars really need fix. - by Typhome - 24.03.2011, 21:07
Re: Bug with cars really need fix. - by GBLTeam - 26.03.2011, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)