Help? Script don't compile
#6

Press CTRL + F and type russianmafiacar, when you go down to that error line replace the error lines with small letters

Current script you have

pawn Код:
public IsAGangCar2(carid)
{
    for(new i = 0; i < sizeof(RussianMafiacar); i++)
    {
        if(carid == RussianMafiacar[i]) return 1;
    }
    return 0;
}
Change it to

pawn Код:
public IsAGangCar2(carid)
{
    for(new i = 0; i < sizeof(russianmafiacar); i++)
    {
        if(carid == russianmafiacar[i]) return 1;
    }
    return 0;
}
Change the RussianMafiaCar to small letters, and do it with the other errors that occurs after you fixed those
Reply


Messages In This Thread
Help? Script don't compile - by Mascaro - 21.03.2011, 19:38
Re: Help? Script don't compile - by [NRP]Blade - 21.03.2011, 19:40
Re: Help? Script don't compile - by grand.Theft.Otto - 21.03.2011, 19:43
Re: Help? Script don't compile - by Mascaro - 21.03.2011, 19:43
Re: Help? Script don't compile - by Mascaro - 21.03.2011, 19:45
Re: Help? Script don't compile - by xir - 21.03.2011, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)