public IsAGangCar2(carid){ for(new i = 0; i <= sizeof(GangCars2); i++) { if(carid == GangCars2[i]) { return 1; } } return 0;}