This commit is contained in:
Nordi98 2025-07-09 19:14:33 +02:00
parent 97d1f6a2f2
commit f8eb493530
31 changed files with 7767 additions and 15 deletions

View file

@ -16,7 +16,7 @@ config.carryItmes = {
},
moveRate = 0.5, -- https://docs.fivem.net/natives/?_0x085BF80FA50A39D1 (1.0 Default)
},
present = {
pdbag = {
model = `xm_prop_x17_bag_01d`,
bone = 28422,
offset = vector3(0.15, -0.05, -0.10),
@ -24,10 +24,27 @@ config.carryItmes = {
anim = {
dict = "missfbi4prepp1",
name = "idle" -- Neutrale Stehanimation
}
},
disableKeys = {
21, -- INPUT_SPRINT
},
moveRate = 1.0
}
},
food_bag = {
model = `prop_food_bag1`,
bone = 28422,
offset = vector3(0.15, -0.05, -0.10),
rot = vector3(100.0, -50.0, 220.0),
anim = {
dict = "missfbi4prepp1",
name = "idle" -- Neutrale Stehanimation
},
disableKeys = {
21, -- INPUT_SPRINT
},
moveRate = 1.0
},



}