Attachmen Manager

This commit is contained in:
kookroach
2021-04-04 22:42:49 +02:00
parent af0b51d0dc
commit cf6fa13080
7 changed files with 28 additions and 10 deletions

View File

@@ -102,7 +102,7 @@ namespace ReallifeGamemode.Server.Inventory
if (!player.HasAttachment("ammobox"))
{
player.PlayAnimation("anim@heists@box_carry@", "idle", 49);
//player.AddAttachment("ammobox", false);
player.AddAttachment("ammobox", false);
NAPI.Player.SetPlayerCurrentWeapon(player, WeaponHash.Unarmed);
}
}