Don Cezar Posted January 24 Posted January 24 I'm working on a nitrous script. if (isNitrousActive){ vehicle.setEngineTorqueMultiplier(TORQUE_MULTIPLIER); vehicle.setEnginePowerMultiplier(POWER_MULTIPLIER); } However, as shown in the video below, only changing the engine's torque actually make a difference in the car's performance. Power multiplier doesn't do anything, so I'm wondering if there's something I'm doing wrong or it just doesn't work? (POWER_MULTIPLIER) is the same that displays at the top of the screen in the Power (max x) field.
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