stock IsACopCar(vehicleid) { for(new i=0; i<50; i++) { if(vehicleid == FacInfo[1][fCars][i]) return 1; } return 0; }