SetDisableExplodeFromBodyDamageOnCollision — FiveM Natives
0x26E13D440E7F6064 · VEHICLE · all
Prevents a vehicle from exploding upon sustaining body damage from physical collisions. This can be used to increase the durability of vehicles in high-impact scenarios, such as races or combat situations, by preventing them from being destroyed due to collision-induced body damage. For helicopters, you might want to check SET_DISABLE_HELI_EXPLODE_FROM_BODY_DAMAGE instead. `` NativeDB Introduced: v1290 ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to apply this setting to. |
| disableExplode | BOOL | `true` to disable explosion from body damage on collision; `false` to allow explosions as normal. |
Returns
void