From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0x4A04DE7CAB2739A1.md

AUDIO Natives

SET_VEHICLE_BOOST_ACTIVE

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

Description: ``` SET_VEHICLE_BOOST_ACTIVE(vehicle, 1, 0);
SET_VEHICLE_BOOST_ACTIVE(vehicle, 0, 0);
Will give a boost-soundeffect.

Back to documentation