Ped Vehicle Health
-
Anyone know how to set ped vehicle health to a very low value? I would like them to explode from just being hit once.
-
@IreBurn
Generally, you can make a car weaker by raising these 'handling.meta' values:<fCollisionDamageMult value="9999.00000" /> <fWeaponDamageMult value="9999.00000" /> <fDeformationDamageMult value="9999.00000" /> <!-- deformation, not sure if any actual damage, but might as well max it also --> <fEngineDamageMult value="9999.00000" />
& by lowering this 'vehicles.meta' value:
<defaultBodyHealth value="1.000000" />
Try those values to start, but feel free to go higher/lower if required
-
@a63nt-5m1th got it thanks.