forked from Simnation/Main
props
This commit is contained in:
parent
58945d1610
commit
421d15142b
33 changed files with 0 additions and 0 deletions
83
resources/[props]/bzzz_mixfood/code_for_dpemotes.lua
Normal file
83
resources/[props]/bzzz_mixfood/code_for_dpemotes.lua
Normal file
|
@ -0,0 +1,83 @@
|
|||
-- add to dpemotes
|
||||
|
||||
|
||||
["coffeecup_a"] = {"mp_player_intdrink", "loop_bottle", "Cup of coffee", AnimationOptions =
|
||||
{
|
||||
Prop = 'bzzz_food_cooffeecup01_a',
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.14, 0.0, 0.06, -224.0, -77.0, -132.0,},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["bubbletea_a"] = {"mp_player_intdrink", "loop_bottle", "Bubble tea", AnimationOptions =
|
||||
{
|
||||
Prop = 'bzzz_food_bubbletea_a',
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.12, 0.0, 0.05, -115.0, 296.0, 13.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["capisun_a"] = {"mp_player_intdrink", "loop_bottle", "Juice Capi-Sun", AnimationOptions =
|
||||
{
|
||||
Prop = 'bzzz_food_capisun_a',
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.11, -0.09, 0.1, -240.0, 310.0, 189.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["hotdog_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Hotdog with mustard", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_food_hotdog_a",
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.14, 0.06, 0.03, 20.0, -210.0, 0.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["hotdog_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Hotdog with ketchup", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_food_hotdog_b",
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.14, 0.06, 0.03, 20.0, -210.0, 0.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["carneasada_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat carneasada", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_food_carneasada_a",
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.16, 0.05, 0.01, -31.0, 298.0, 7.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["nachos_a"] = {"mp_player_inteat@pnq", "loop", "Eat nachos", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_food_nachos_a",
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.15, -0.05, 0.1, -176.0, 310.0, 189.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["kebab_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat kebab", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_food_kebab_a",
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.15, 0.06, 0.04, -240.0, 310.0, 189.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["burrito_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat burrito", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_food_burrito_a",
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.12, 0.02, 0.04, -240.0, 310.0, 189.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
["churros_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat churros", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_food_churros_a",
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.12, 0.0, 0.09, -228.0, 310.0, 189.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
Loading…
Add table
Add a link
Reference in a new issue