This commit is contained in:
@@ -86,7 +86,7 @@ export default function animationSync() {
|
||||
|
||||
if (playAnim) {
|
||||
loadAnimDict(animDict, function () {
|
||||
mp.players.exists(entity) && 0 !== entity.handle && entity.taskPlayAnim(animDict, animName, 1, 0, -1, parseInt(flag), 0, !1, !1, !1)
|
||||
mp.players.exists(entity) && 0 !== entity.handle && entity.taskPlayAnim(animDict, animName, 1, 0, duration, parseInt(flag), 0, !1, !1, !1)
|
||||
});
|
||||
playAnim = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user