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

Animation settings won't get updated if the block and anim are the same #511

Open
ArranTuna opened this issue Sep 20, 2018 · 1 comment
Open
Labels
bug Something isn't working
Milestone

Comments

@ArranTuna
Copy link
Collaborator

ArranTuna commented Sep 20, 2018

Describe the bug
Animation settings won't get updated if the block and anim are the same

Commenting out

solves the issue.

To Reproduce

  • crun setPedAnimation( localPlayer, "ped", "WOMAN_walknorm", nil, false, true, true)
  • wait a couple seconds
  • crun setPedAnimation( localPlayer, "ped", "WOMAN_walknorm", nil, false, false, false)

Expected behavior

Screenshots

MTA Client (please complete the following information):

MTA Server (please complete the following information):

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

@ArranTuna ArranTuna added the bug Something isn't working label Sep 20, 2018
@qaisjp
Copy link
Contributor

qaisjp commented Sep 21, 2018

I wonder if I meant uncommenting out... (I made the original mantis issue).

I did a blame for that line and: dcafd82

@qaisjp qaisjp added this to the Backlog milestone Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants