This commit is contained in:
kookroach
2021-04-05 02:36:50 +02:00
parent 696dc0aada
commit 5231c88b1b
2 changed files with 4 additions and 1 deletions

View File

@@ -143,11 +143,14 @@ public class AttachmentSyncExample : Script
if (!player.HasAttachment("ammobox"))
{
player.AddAttachment("ammobox", false);
player.PlayAnimation("anim@heists@box_carry@", "idle", 49);
//veh.AddAttachment("weapondeal1", false);
//veh.AddAttachment("weapondeal2", false);
}
else
{
player.StopAnimation();
player.ClearAttachments();
}
}