elsewhat Posted December 22, 2016 Share Posted December 22, 2016 Hi, In the game the E (horn key) triggers the jet engine for the Rocket Voltic (model voltic2). Has anyone found a native to trigger it? Have tried both VEHICLE::SET_VEHICLE_EXTRA (are no extras on the vehicle) and VEHICLE::START_VEHICLE_HORN without any luck. PS btw you need https://www.gta5-mods.com/scripts/mp-vehicles-in-spto test the vehicle in single player Link to comment https://gtaforums.com/topic/876533-triggering-the-jet-engine-of-voltic2/ Share on other sites More sharing options...
unknown modder Posted December 23, 2016 Share Posted December 23, 2016 Im not sure if there is a native to directly trigger it, but if its your vehicle you could try this. CONTROLS::_SET_CONTROL_NORMAL(2, INPUT_VEH_ROCKET_BOOST, 1.0f); enum def - http://pastebin.com/6tY3siNN Link to comment https://gtaforums.com/topic/876533-triggering-the-jet-engine-of-voltic2/#findComment-1069303085 Share on other sites More sharing options...
alloc8or Posted December 23, 2016 Share Posted December 23, 2016 http://gtaforums.com/topic/717612-v-scriptnative-documentation-and-research/page-33?do=findComment&comment=1069304305 Link to comment https://gtaforums.com/topic/876533-triggering-the-jet-engine-of-voltic2/#findComment-1069304307 Share on other sites More sharing options...
elsewhat Posted December 25, 2016 Author Share Posted December 25, 2016 Thank you . This did the trick if (VEHICLE::_HAS_VEHICLE_ROCKET_BOOST(actorVehicle)) { VEHICLE::_SET_VEHICLE_ROCKET_BOOST_ACTIVE(actorVehicle, true);} Link to comment https://gtaforums.com/topic/876533-triggering-the-jet-engine-of-voltic2/#findComment-1069308732 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now