/// <summary> /// This function will set a vehicle's health to full and fix its damage model. If you wish to only change the vehicle's health, without affecting its damage model, use Health. /// </summary> public bool Fix() { return(MtaShared.FixVehicle(element)); }