robearded 21 Posted May 31 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
Mentanding 0 Posted May 31 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
kroom 1 Posted June 1 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); 1 Share this post Link to post Share on other sites
toruk 1 Posted June 1 (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 June 1 by toruk Share this post Link to post Share on other sites
robearded 21 Posted June 1 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
Mentanding 0 Posted June 1 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