SetOpenRearDoorsOnExplosion — FiveM Natives
0x1B212B26DD3C04DF · VEHICLE · all
Enables or disables the opening of a vehicle's rear doors in the event of a sticky bomb explosion. This native is effective for armored vehicles, such as the Stockade (Brinks vehicle), allowing the rear doors to be opened through controlled explosions, which might otherwise remain locked due to the vehicle nature.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to apply this setting to. |
| toggle | BOOL | A boolean value where `true` allows the rear doors to open upon explosion, and `false` prevents them from opening. |
Returns
void