Please Explain "Team Vehicles"
#1

Okay, I am currently using Raven's RP 2.6, just so you know. I am having some trouble with them "Team Vehicles", they way it works doesn't make any sense to me. Now, I have talked to a friend and he says that for every "AddStaticVehicleEx(...)" you have, it counts as 1 car. So, when your doing:

pawn Код:
public IsAnFbiCar(carid)
{
    if((carid >= 42) && (carid <= 43) || (carid >= 1173) && (carid <= 1182) || (carid >= 1154) && (carid <= 1156))
    {
        return 1;
    }
    return 0;
}
42 would be the 43rd line of "AddStaticVehicleEx(...)" from the beginning of your script, to the end? 1173 would be the 1137th line of "AddStaticVehicleEx(...)", etc... If I am correct, is there an easier way to do that? If I am wrong, how does it work?
Reply


Messages In This Thread
Please Explain "Team Vehicles" - by Scenario - 17.07.2010, 04:12
Re: Please Explain "Team Vehicles" - by Kar - 17.07.2010, 04:18
Re: Please Explain "Team Vehicles" - by Scenario - 17.07.2010, 04:26
Re: Please Explain "Team Vehicles" - by Kar - 17.07.2010, 04:30
Re: Please Explain "Team Vehicles" - by Scenario - 17.07.2010, 04:36
Re: Please Explain "Team Vehicles" - by Venturas - 17.07.2010, 05:19
Re: Please Explain "Team Vehicles" - by Kar - 17.07.2010, 05:57
Re: Please Explain "Team Vehicles" - by Scenario - 17.07.2010, 06:27
Re: Please Explain "Team Vehicles" - by Joe_ - 17.07.2010, 09:47

Forum Jump:


Users browsing this thread: 1 Guest(s)