MTDayZ Posted June 22, 2022 Share Posted June 22, 2022 Hello good morning, I have a problem that I don't know how to solve and I would like your help I'm learning to script now and I'm trying to make a script that takes the speed off the streets in the MTA I used the code setWorldSpecialPropertyEnabled as you can see below, but it only slows down some avenues, not all streets. if anyone can help me i would be very grateful Link to comment
mafioz Posted June 22, 2022 Share Posted June 22, 2022 You can specify the transport speed in the setModelHandling function. Example: setModelHandling(415, "maxVelocity", 150) -- sets vehicle speed "cheetah" to 150 Link to comment
MTDayZ Posted June 22, 2022 Author Share Posted June 22, 2022 15 minutes ago, shishani said: You can specify the transport speed in the setModelHandling function. Example: setModelHandling(415, "maxVelocity", 150) -- sets vehicle speed "cheetah" to 150 Hey, thanks for the reply Even doing this, the vehicle continues with different limits on different streets, for example, if I put a limit of 300 on the cheetah, on avenues it reaches this speed, but on streets within the city it limits to 200 or less Link to comment
Moderators turret001 Posted June 24, 2022 Moderators Share Posted June 24, 2022 1 hour ago, MTDayZ said: SOLVED! hi MTDayZ, could you please share how you've solved your issue? Your solution might help people in the future Link to comment
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