Sign in to follow this  
FlatYakVolunteer

Unlimited vehicle speed

Recommended Posts

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"

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites
vor 6 Stunden schrieb kroom:

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);
 

haha it works, thank u 👌

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.