From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0xF3365489E0DD50F9.md

AUDIO Natives

SET_VEHICLE_MISSILE_WARNING_ENABLED

Property Value
Native Name SET_VEHICLE_MISSILE_WARNING_ENABLED
Hash 0xF3365489E0DD50F9
Return Type void
Parameters vehicle (Vehicle), toggle (BOOL)

Description: Toggles the incoming missile warning system for specified vehicle.

Parameters

  • vehicle (Vehicle) — Vehicle to toggle warning system for.
  • toggle (BOOL) — true to enable, false to disable.
Back to documentation