Skip to content
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

Add a proper way to set doors broken for vehicles #2413

Open
dGxxxx opened this issue Jan 13, 2025 · 0 comments
Open

Add a proper way to set doors broken for vehicles #2413

dGxxxx opened this issue Jan 13, 2025 · 0 comments
Labels
Class: enhancement Something can be improved

Comments

@dGxxxx
Copy link

dGxxxx commented Jan 13, 2025

Description of the problem

I would like to see a method that allows us to properly set doors broken for vehicles.

Currently, the problem is that when storing the base64 damage for the vehicle and reapplying it to the vehicle, the door just falls to the ground instead of being properly removed.

image

Another method I tried is using GetPartDamageLevel which doesnt work at all. I think it is related to #737

And the last method I tried is using the SetVehicleDoorBroken on the NetOwner, which works only for the NetOwner (the other players in stream still see the door fall off).

Desired solution for the problem

Mentioned above.

Alternatives you considered

Mentioned above.

Additional context

No response

@dGxxxx dGxxxx added the Class: enhancement Something can be improved label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class: enhancement Something can be improved
Projects
None yet
Development

No branches or pull requests

1 participant