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

setPedAnimation isn't synced properly on server side #512

Closed
ArranTuna opened this issue Sep 20, 2018 · 0 comments · Fixed by #3522
Closed

setPedAnimation isn't synced properly on server side #512

ArranTuna opened this issue Sep 20, 2018 · 0 comments · Fixed by #3522
Labels
bug Something isn't working sync
Milestone

Comments

@ArranTuna
Copy link
Collaborator

ArranTuna commented Sep 20, 2018

Describe the bug
Some arguments which work for the client setPedAnimation don't work on the server.

To Reproduce

crun setPedAnimation(me, "PAULNMAC", "wank_loop", nil, true, false, false);

-- Above example works fine, ped doesn't move when animation loops

run setPedAnimation(me, "PAULNMAC", "wank_loop", nil, true, false, false);

-- above example doesn't work, animation works but ped's position gets changed according to animation, and it shouldn't

Argument which is not synced in this case is updatePosition, not sure about others.

Expected behavior
A clear and concise description of what you expected to happen.

MTA Client (please complete the following information):
1.5.2

MTA Server (please complete the following information):
1.5.2

Additional context
From https://bugs.mtasa.com/view.php?id=9176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sync
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants