SetVehicleHasUnbreakableLights — FiveM Natives
0x1AA8A837D2169D94 · VEHICLE · all
Sets whether the vehicle's lights can be broken. `` NativeDB Introduced: v323 ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The target vehicle. |
| toggle | BOOL | Set the lights' breakability `true` makes lights unbreakable, `false` allows them to break. |
Returns
void