try AnimSync

This commit is contained in:
2021-04-06 22:26:26 +02:00
parent 0ea74f1b20
commit 441a483c8e
3 changed files with 33 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ namespace ReallifeGamemode.Server.Commands
if (!target.HasAnimation("Cuffed"))
{
player.SyncAnimation("doArrest");
target.SyncAnimation("getArrest");
target.SyncAnimation(new List<string>() { "getArrest", "Cuffed" });
}
else
{