public OnVehicleDamageStatusUpdate(vehicleid, playerid){ new Float:hp GetVehicleHealth(vehicleid, hp); if(hp <= 400) { //turn off engine code here } return 1;}