FlatYakVolunteer Posted October 14, 2018 Share Posted October 14, 2018 Hello guys. I want to ask you, how I can unlitimed speed on the vehicle? Because speed limited on vehicle 120 km/h. And can this be done at all? Thank you for help 😃 Link to comment Share on other sites More sharing options...
Captien Posted October 14, 2018 Share Posted October 14, 2018 (edited) To set your wanted max speed: let vehicle = mp.players.local.vehicle let speed = (speed_in_kmh / 3.6) vehicle.setMaxSpeed(speed) setMaxSpeed Edited October 14, 2018 by Captien 2 Link to comment Share on other sites More sharing options...
hubba Posted October 14, 2018 Share Posted October 14, 2018 3 hours ago, Captien said: To set your wanted max speed: let vehicle = mp.players.local.vehicle let speed = (speed_in_kmh / 3.6) vehicle.setMaxSpeed(speed) setMaxSpeed thanks 1 1 Link to comment Share on other sites More sharing options...
FlatYakVolunteer Posted October 15, 2018 Author Share Posted October 15, 2018 19 часов назад, Captien сказал: To set your wanted max speed: let vehicle = mp.players.local.vehicle let speed = (speed_in_kmh / 3.6) vehicle.setMaxSpeed(speed) setMaxSpeed It's to client-side yes? Link to comment Share on other sites More sharing options...
Captien Posted October 15, 2018 Share Posted October 15, 2018 that's definitely client-side. Because client-side is more of controlling your players and game world. client-side tutorial <-- this might help you much Link to comment Share on other sites More sharing options...
FlatYakVolunteer Posted October 15, 2018 Author Share Posted October 15, 2018 33 минуты назад, Captien сказал: that's definitely client-side. Because client-side is more of controlling your players and game world. client-side tutorial <-- this might help you much https://imgur.com/a/fz42uE0 , maybe i did something wrong Link to comment Share on other sites More sharing options...
Captien Posted October 15, 2018 Share Posted October 15, 2018 2 hours ago, FlatYakVolunteer said: https://imgur.com/a/fz42uE0 , maybe i did something wrong Better learn js before scripting please. 1 Link to comment Share on other sites More sharing options...
Mentanding Posted May 30, 2019 Share Posted May 30, 2019 And how can you increase the speed? Instead of 160 maybe 220? Link to comment Share on other sites More sharing options...
robearded Posted May 31, 2019 Share Posted May 31, 2019 16 hours ago, Mentanding said: And how can you increase the speed? Instead of 160 maybe 220? you've been told already. Use vehicle.setMaxSpeed. Link to comment Share on other sites More sharing options...
Mentanding Posted May 31, 2019 Share Posted May 31, 2019 vor 10 Stunden schrieb robearded: you've been told already. Use vehicle.setMaxSpeed. 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? Link to comment Share on other sites More sharing options...
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