What is wrong here?
#4

pawn Код:
stock IsARentBike(carid)
{
    for(new i = 1; i < sizeof(CarInfo); i++)
    {
        if(CarInfo[i][cFaction] == 20)
        {
                return 1;
        }
    }
    return 0;
}
What's wrong with that code?

*EDIT*
Reply


Messages In This Thread
What is wrong here? - by pantelimonfl - 06.03.2011, 14:47
Re: What is wrong here? - by iMonk3y - 06.03.2011, 14:55
Re: What is wrong here? - by pantelimonfl - 06.03.2011, 14:57
Re: What is wrong here? - by Shadow™ - 06.03.2011, 14:58
Re: What is wrong here? - by iMonk3y - 06.03.2011, 15:00
Re: What is wrong here? - by alpha500delta - 06.03.2011, 15:02
Re: What is wrong here? - by pantelimonfl - 06.03.2011, 15:08
Re: What is wrong here? - by iMonk3y - 06.03.2011, 15:09
Re: What is wrong here? - by Shadow™ - 06.03.2011, 15:12
Re: What is wrong here? - by iMonk3y - 06.03.2011, 15:15

Forum Jump:


Users browsing this thread: 2 Guest(s)