Vehicle problems
#5

ISSUE FIXED!!!

How it should look:

pawn Код:
public IsACopCar(carid)
{
    if(carid>=1&&carid<=33||carid==70||carid==80||carid>=75 && carid<=78)
    {
        return 1;
    }
    return 0;
}
This is how it looked:

pawn Код:
public IsACopCar(carid)
{
    if(carid>=1&&carid<=33||carid==70||carid==80||carid>=75||carid<=78)
    {
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Vehicle problems - by Scones - 03.08.2010, 04:10
Re: Vehicle problems - by Scones - 03.08.2010, 10:46
Re: Vehicle problems - by iggy1 - 03.08.2010, 10:54
Re: Vehicle problems - by Scones - 03.08.2010, 10:57
Re: Vehicle problems - by Scones - 03.08.2010, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)