This commit is contained in:
Nordi98 2025-07-19 01:06:24 +02:00
parent 962c69568a
commit 4a1b050803
2 changed files with 20 additions and 2 deletions

View file

@ -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
},

}