This commit is contained in:
Nordi98 2025-07-12 14:09:18 +02:00
parent dbcbc78acf
commit ff37006068
4 changed files with 30 additions and 17 deletions

View file

@ -44,7 +44,20 @@ config.carryItmes = {
},
moveRate = 1.0
},

safe = {
model = `prop_ld_int_safe_01`,
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
},


}