public IsASonsCar(carid){ new c = GetVehicleModel(carid); if(c == 463 || c == 486 || c == 586) { return 1; } return 0;}