21.06.2010, 07:39
Somewhere near the top of your script add:
Your brackets didn't match up:
Код:
new factionCar1;
Код:
public IsAGangCar2(carid) { if((carid >= 97 && carid <= 99) || (carid == factionCar1)) { return 1; } return 0; }