141 lines
5.2 KiB
Lua
141 lines
5.2 KiB
Lua
Config = {}
|
|
Config.Locale = GetConvar('esx:locale', 'de')
|
|
Config.Visible = true
|
|
|
|
Config.Items = {
|
|
|
|
-- ─── ESSEN ─────────────────────────────────────────
|
|
["tosti"] = {
|
|
type = "food",
|
|
prop = "prop_sandwich_01",
|
|
status = 200000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_inteat@burger', name = 'mp_player_int_eat_burger_fp', settings = {8.0, -8, -1, 49, 0, 0, 0, 0}},
|
|
pos = vector3(0.15, 0.03, 0.0),
|
|
rot = vector3(15.0, 175.0, 5.0)
|
|
},
|
|
["sandwich"] = {
|
|
type = "food",
|
|
prop = "prop_sandwich_01",
|
|
status = 150000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_inteat@burger', name = 'mp_player_int_eat_burger_fp', settings = {8.0, -8, -1, 49, 0, 0, 0, 0}},
|
|
pos = vector3(0.15, 0.03, 0.0),
|
|
rot = vector3(15.0, 175.0, 5.0)
|
|
},
|
|
["twerks_candy"] = {
|
|
type = "food",
|
|
prop = "prop_candy_pqs",
|
|
status = 80000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_inteat@burger', name = 'mp_player_int_eat_burger_fp', settings = {8.0, -8, -1, 49, 0, 0, 0, 0}},
|
|
pos = vector3(0.15, 0.03, 0.0),
|
|
rot = vector3(15.0, 175.0, 5.0)
|
|
},
|
|
["snikkel_candy"] = {
|
|
type = "food",
|
|
prop = "prop_candy_pqs",
|
|
status = 80000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_inteat@burger', name = 'mp_player_int_eat_burger_fp', settings = {8.0, -8, -1, 49, 0, 0, 0, 0}},
|
|
pos = vector3(0.15, 0.03, 0.0),
|
|
rot = vector3(15.0, 175.0, 5.0)
|
|
},
|
|
["grape"] = {
|
|
type = "food",
|
|
prop = "prop_food_juice01",
|
|
status = 60000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_inteat@burger', name = 'mp_player_int_eat_burger_fp', settings = {8.0, -8, -1, 49, 0, 0, 0, 0}},
|
|
pos = vector3(0.15, 0.03, 0.0),
|
|
rot = vector3(15.0, 175.0, 5.0)
|
|
},
|
|
["popcorn"] = {
|
|
type = "food",
|
|
prop = "prop_food_juice01", -- Das richtige Popcorn-Modell
|
|
status = 60000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_inteat@burger', name = 'mp_player_int_eat_burger_fp', settings = {8.0, -8, -1, 49, 0, 0, 0, 0}
|
|
},
|
|
-- Positionierung für die rechte Hand (Bone 18905)
|
|
pos = vector3(0.12, 0.0, 0.01),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
|
|
|
|
|
|
-- ─── TRINKEN ───────────────────────────────────────
|
|
["water_bottle"] = {
|
|
type = "drink",
|
|
prop = "prop_ld_flow_bottle",
|
|
status = 200000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
["coffee"] = {
|
|
type = "drink",
|
|
prop = "prop_cs_coffee",
|
|
status = 100000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
["kurkakola"] = {
|
|
type = "drink",
|
|
prop = "prop_ing_gunpowder_01",
|
|
status = 120000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
["beer"] = {
|
|
type = "drink",
|
|
prop = "prop_sh_beer_pissh_01",
|
|
status = 80000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
["whiskey"] = {
|
|
type = "drink",
|
|
prop = "prop_liquor_bottle_01",
|
|
status = 60000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
["vodka"] = {
|
|
type = "drink",
|
|
prop = "prop_liquor_bottle_01",
|
|
status = 60000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
["wine"] = {
|
|
type = "drink",
|
|
prop = "prop_wine_bottle",
|
|
status = 80000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
["grapejuice"] = {
|
|
type = "drink",
|
|
prop = "prop_ld_flow_bottle",
|
|
status = 100000,
|
|
remove = true,
|
|
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}},
|
|
pos = vector3(0.12, 0.028, 0.001),
|
|
rot = vector3(10.0, 175.0, 0.0)
|
|
},
|
|
|
|
} |