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