-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting setVehicleHandling on the client side, for vehicles created on the server side. (Custom vehicles, engineRequestModel) #2427
Comments
I think this is more a bug than an enhancement, in fact MTA team has fixed some incompatibility between server-clients to the new models related to door sync. |
I have also encountered this problem. I hope that dev team are aware of this bug and will find solution soon. |
|
The pull request I created fixes a bug that was causing the handling resets. |
Is your feature request related to a problem? Please describe.
To create a vehicle with a custom ID (engineRequestModel), you need to create the vehicle on the server side, then change the model on the client side. Unfortunately, changing the model resets the handling of the vehicle, and it is not possible to change the handling through the client side, so handling cannot be set for a custom vehicle.
Describe the solution you'd like
Adding the ability to edit handling on the client side for vehicles created on the server side.
Describe alternatives you've considered
I used this solution which doesnt work for setVehicleHandling due to the described problem.
The text was updated successfully, but these errors were encountered: