[Solved] Looking for function..
#6

pawn Код:
forward IsABoat(modelid);
pawn Код:
public IsABoat(modelid)
{
    if(modelid==472 || modelid==473 || modelid==493 || modelid==495 || modelid==484 || modelid==430 || modelid==453 || modelid==452 || modelid==446 || modelid==454)
    {
        return 1;
    }
    return 0;
}
Use GetVehicleModel() to get the model ID.
Reply


Messages In This Thread
[Solved] Looking for function.. - by SiJ - 14.07.2009, 19:49
Re: Looking for function.. - by MenaceX^ - 14.07.2009, 19:49
Re: Looking for function.. - by SiJ - 14.07.2009, 20:02
Re: Looking for function.. - by saiberfun - 14.07.2009, 20:13
Re: Looking for function.. - by NeRoSiS - 14.07.2009, 20:16
Re: Looking for function.. - by Gergo1352 - 14.07.2009, 20:44
Re: Looking for function.. - by [VL]Miklo - 14.07.2009, 20:44
Re: Looking for function.. - by SiJ - 15.07.2009, 06:42
Re: Looking for function.. - by Donny_k - 15.07.2009, 09:10
Re: [Solved] Looking for function.. - by Marcel - 15.07.2009, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)