Not with bikes
#3

Something like this:
pawn Код:
stock IsABike(vid)
{
    new modelid = GetVehicleModel(vid);
    if(modelid == 509||modelid ==510||modelid ==581||modelid ==522||modelid ==521||modelid ==523||modelid ==586||modelid ==481||modelid ==462||modelid ==448||modelid ==461||modelid ==463||modelid ==468||modelid ==471) return 1;
    else return 0;
}
To use:
pawn Код:
if(IsABike(vid)) //checks to see if the given vehicle ID is a bike
Reply


Messages In This Thread
Not with bikes - by Tachibana - 27.06.2011, 21:54
Re: Not with bikes - by BizzyD - 27.06.2011, 21:58
Re: Not with bikes - by randomkid88 - 27.06.2011, 22:13
Re: Not with bikes - by Tachibana - 27.06.2011, 22:25
Re: Not with bikes - by Luis- - 27.06.2011, 22:39
Re: Not with bikes - by Tachibana - 27.06.2011, 22:44
Re: Not with bikes - by Wesley221 - 27.06.2011, 22:52
Re: Not with bikes - by Tachibana - 27.06.2011, 22:55
Re: Not with bikes - by Mean - 27.06.2011, 23:09
Re: Not with bikes - by Tachibana - 27.06.2011, 23:11

Forum Jump:


Users browsing this thread: 2 Guest(s)