public OnVehicleSpawn(vehicleid){ if(GetVehicleModel(vehicleid) == 495) // Check if vehicle is Sandking { SetVehicleHealth(vehicleid, 150); // Set the vehicle health to 150 } return 1;}