[ADDON] [PROP] Christmas food and drinks

Hello everybody,
this is my new release. I thought I would post it for a small fee, but I changed my mind. You can download it for free. (Sorry for my English :sweat_smile:)


Features: (10x addon prop)

  • 5x lollipop (red, green, yellow, purple, blue)
  • 1x gingerbread
  • 1x macaroon
  • 1x tea cup with smoke effect
  • 1x coffee cup with smoke effect
  • 1x mulled wine with smoke effect

Images:

In time

With animation


Images for inventory:

Type 1 - without shadow


Download:
xmasfood_type_1.zip (132.9 KB)

Type 2 - with shadow


Download:
xmasfood_type_2.zip (153.0 KB)


DOWNLOAD:
bzzz_food_xmaspack.zip (3.3 MB)

The coordinates for the animation are in the package.
Code for ox_inventory: link


You can find my other releases on Tebex.
Bye bye :wave:

Code is accessible Yes
Subscription-based No
File size 5 - 114 kB
Requirements Any script using props
Support No
14 Likes

As always, I hope there will be help for the ox backpack next time

Ox backpack? :face_with_raised_eyebrow:
I don’t know what it is or what it’s supposed to look like. :grinning: Is that just a backpack or something special?

ox_inventory

Amazing props as always. <3

1 Like

You can’t exactly expect people to support things they either don’t use themselves or are unfamiliar with. It’s kind of up to you, the server owner and/or dev to do things on your own…

Nice work, BzZzi!

1 Like

Jim-Consumables

			----bzzz Christmas
		["mug_a"] = {"mp_player_intdrink", "loop_bottle", "Trinke eine Tasse", AnimationOptions =
			{ Prop = "bzzz_food_xmas_mug_a", PropBone = 18905, PropPlacement = {0.09, -0.01, 0.08, -44.0, 137.0, 9.0},
				EmoteMoving = true, EmoteLoop = true, }},		
		["mug_b"] = {"mp_player_intdrink", "loop_bottle", "Trinke eine Tasse", AnimationOptions =
			{ Prop = "bzzz_food_xmas_mug_b", PropBone = 18905, PropPlacement = {0.09, -0.01, 0.08, -44.0, 137.0, 9.0},
				EmoteMoving = true, EmoteLoop = true, }},
		["mulled_wine"] = {"mp_player_intdrink", "loop_bottle", "Trinke einen Wein", AnimationOptions =
			{ Prop = "bzzz_food_xmas_mulled_wine_a", PropBone = 18905, PropPlacement = {0.13, 0.03, 0.05, -110.0, -47.0, 7.0},
			EmoteMoving = true, EmoteLoop = true, }},

	["gingerbread"] = {"mp_player_inteat@burger", "p_player_int_eat_burger", "Esse ein Lebkuchen", AnimationOptions =
			{ Prop = 'bzzz_food_xmas_gingerbread_a', PropBone = 18905, PropPlacement = {0.16, 0.04, 0.03, 18.0, 164.0, -5.0},
		   EmoteMoving = true, EmoteLoop = true }},
	["xlollipop_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
			{ Prop = 'bzzz_food_xmas_lollipop_a', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
			EmoteMoving = true, EmoteLoop = true }},
	["xlollipop_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
			{ Prop = 'bzzz_food_xmas_lollipop_b', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
			EmoteMoving = true, EmoteLoop = true }},
	["xlollipop_c"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
			{ Prop = 'bzzz_food_xmas_lollipop_c', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
			EmoteMoving = true, EmoteLoop = true }},
	["xlollipop_d"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
			{ Prop = 'bzzz_food_xmas_lollipop_d', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
			EmoteMoving = true, EmoteLoop = true }},
	["xlollipop_e"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
			{ Prop = 'bzzz_food_xmas_lollipop_e', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
			EmoteMoving = true, EmoteLoop = true }},	
   ["macaroon"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Macaroon", AnimationOptions =
			{ Prop = 'bzzz_food_xmas_macaroon_a', PropBone = 18905, PropPlacement = {0.15, 0.07, 0.00, -38.0, -7.0, 7.0},
			EmoteMoving = true, EmoteLoop = true }},	

and

--bzzzz Christmas

["mug_a"] = { 			emote = "mug_a", 		canRun = true, 	time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "alcohol", stats = { effect = "stamina", time = 10000, thirst = math.random(10,20), }},
["mug_b"] = { 	emote = "mug_b", 		canRun = true, 	time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "alcohol", stats = { time = 5000, thirst = math.random(10,20), }},
["mulled_wine"] = { 		emote = "mulled_wine", 		canRun = true, 	time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "alcohol", stats = { thirst = math.random(10,20), }},

["gingerbread"] = { 					emote = "gingerbread", 		canRun = true, 		time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(5,10), canOD = true }},
["xlollipop_a"] = { 					emote = "xlollipop_a", 		canRun = true, 		time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(15,25), canOD = true }},
["xlollipop_b"] = { 					emote = "xlollipop_b", 		canRun = true, 		time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(5,10), canOD = true }},
["xlollipop_c"] = { 					emote = "xlollipop_c", 		canRun = true, 		time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(5,10), canOD = true }},
["xlollipop_d"] = { 					emote = "xlollipop_d", 		canRun = true, 		time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(10,20), canOD = true }},
["xlollipop_e"] = { 					emote = "xlollipop_e", 		canRun = true, 		time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(10,20), canOD = true }},
["macaroon"] = { 					emote = "macaroon", 		canRun = true, 		time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(10,20), canOD = true }},

THX for you work :slight_smile:

3 Likes