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