diff --git a/resources/[inventory]/tgiann-inventory/configs/configCarryItems.lua b/resources/[inventory]/tgiann-inventory/configs/configCarryItems.lua index 1bc18effe..edcb78f86 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configCarryItems.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configCarryItems.lua @@ -58,6 +58,19 @@ config.carryItmes = { }, moveRate = 1.0 }, - + safe = { + model = `v_res_smallplasticbox`, + bone = 28422, + offset = vector3(5.0, 5.0, 1.0), + rot = vector3(100.0, -50.0, 220.0), + anim = { + dict = "anim@heists@box_carry@", + name = "idle" -- Neutrale Stehanimation + }, + disableKeys = { + 21, -- INPUT_SPRINT + }, + moveRate = 1.0 + }, } diff --git a/resources/[inventory]/tgiann-inventory/configs/configItemStash.lua b/resources/[inventory]/tgiann-inventory/configs/configItemStash.lua index 077bae4e0..c0f2c4e03 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configItemStash.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configItemStash.lua @@ -9,7 +9,7 @@ config.itemStash = { }, { item = "pdbag", - maxweight = 100000, + maxweight = 10000, slots = 10, }, { @@ -17,6 +17,11 @@ config.itemStash = { maxweight = 10, slots = 4, }, + { + item = "box", + maxweight = 100000, + slots = 20, + },