AxelDV Posted September 8, 2017 Share Posted September 8, 2017 Need help with the native turbo for cars I tried with this If (Iskeydown(VK_KEY_E)){auto vehAddr = getScriptHandleBaseAddress(VEHICLE_ID);*(float *)(vehAddr + 0x31C) = 2.5f;} Not function correct Link to comment Share on other sites More sharing options...
alloc8or Posted September 8, 2017 Share Posted September 8, 2017 Use _SET_VEHICLE_ROCKET_BOOST_PERCENTAGE. Link to comment Share on other sites More sharing options...
Quant Posted September 8, 2017 Share Posted September 8, 2017 Use _SET_VEHICLE_ROCKET_BOOST_PERCENTAGE.Does this works with all cars? I thought it is only for vehicles with rocket engine. Link to comment Share on other sites More sharing options...
AxelDV Posted September 8, 2017 Author Share Posted September 8, 2017 Use _SET_VEHICLE_ROCKET_BOOST_PERCENTAGE. Very thanks bro Link to comment Share on other sites More sharing options...
alloc8or Posted September 9, 2017 Share Posted September 9, 2017 Use _SET_VEHICLE_ROCKET_BOOST_PERCENTAGE. Does this works with all cars? I thought it is only for vehicles with rocket engine. This is exactly what AxelDV wants. Recharging the rocket boost. Link to comment Share on other sites More sharing options...