Open ArranTuna opened 6 years ago
Describe the bug Animation settings won't get updated if the block and anim are the same
Commenting out https://github.com/multitheftauto/mtasa-blue/blob/93197819ea4f137d2ed4c1022e3ecb5b2b58de1e/MTA10/mods/shared_logic/CClientPed.cpp#L5650 solves the issue.
To Reproduce
crun setPedAnimation( localPlayer, "ped", "WOMAN_walknorm", nil, false, true, true)
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
I wonder if I meant uncommenting out... (I made the original mantis issue).
I did a blame for that line and: https://github.com/multitheftauto/mtasa-blue/commit/dcafd82daff3b62db9a0fb39009b785bfa1fc166
Describe the bug Animation settings won't get updated if the block and anim are the same
Commenting out https://github.com/multitheftauto/mtasa-blue/blob/93197819ea4f137d2ed4c1022e3ecb5b2b58de1e/MTA10/mods/shared_logic/CClientPed.cpp#L5650 solves the issue.
To Reproduce
crun setPedAnimation( localPlayer, "ped", "WOMAN_walknorm", nil, false, true, true)
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