loose indentation
#2

pawn Код:
public IsATCCCar(carid)
{
    if((carid == tcccar) || (carid == tcccar1) || (carid == tcccar2) || (carid == tcccar3) || (carid == tcccar4) || (carid == tcccar5))
    {
        return 1;
    }
    return 0;
}

public IsAOBike(carid)
{
    if((carid >= 0 && carid <= 0))
    {
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
loose indentation - by CaTaLinU - 02.01.2012, 15:03
Re: loose indentation - by Stigg - 02.01.2012, 15:07
Re: loose indentation - by CaTaLinU - 02.01.2012, 15:14
Re: loose indentation - by Stigg - 02.01.2012, 15:18

Forum Jump:


Users browsing this thread: 1 Guest(s)