try AnimSync
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user