Jump to content

Recommended Posts

Posted
3 hours ago, Mentanding said:

u dont understand, i dont know if u dont know what the function does...

if u set the max Speed to 50 the car only drives max 50 mph/km/h

how can i set the realMaxSpeed so that i can drive 260 instead of 160?

Set the max speed to 260?

I don't understand what you're trying to say. What are you talking about maxspeed and realmaxspeed? There is maxSpeed, there is nothing like "realMaxSpeed"

Posted
vor einer Stunde schrieb robearded:

Set the max speed to 260?

I don't understand what you're trying to say. What are you talking about maxspeed and realmaxspeed? There is maxSpeed, there is nothing like "realMaxSpeed"

try this function then u see what i mean 🤦‍♂️😉

this function is only for set the maxspeed, if u set it to 50 your car will only drive 50

if the speed is set to 300, the vehicle still drives only ~ 180 not 300.... that not unlimited speed.... u can only drive ~180mph

Posted
8 hours ago, Mentanding said:

try this function then u see what i mean 🤦‍♂️😉

this function is only for set the maxspeed, if u set it to 50 your car will only drive 50

if the speed is set to 300, the vehicle still drives only ~ 180 not 300.... that not unlimited speed.... u can only drive ~180mph

You need to edit the vehicle handling to make it more powerful https://wiki.rage.mp/index.php?title=Vehicle::setHandling

for example 

mp.players.local.vehicle.setHandling("FINITIALDRIVEFORCE", 10.0)
mp.players.local.vehicle.setHandling("FTRACTIONCURVEMAX", 5.0)
mp.players.local.vehicle.setMaxSpeed(10000.0);
 

 

  • Like 1
Posted (edited)

Why is it when I modify the handling. It requires me to restart the game for the handling to update. Any ideas on a way to fix this. Its really annoying when your tweaking a cars handling.

Edited by toruk
Posted
9 minutes ago, toruk said:

Why is it when I modify the handling. It requires me to restart the game for the handling to update. Any ideas on a way to fix this. Its really annoying when your tweaking a cars handling.

Probably that's how GTA is built, to load handling at game startup.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...