diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index f11849b86..004bb1763 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -628,10 +628,10 @@ CodeStudio.Products = { itemPrice = 800, itemInfo = "", }, - ['Steinbohrer'] = { + ['stonedrill'] = { itemName = "Steinbohrer", itemStock = 150, - itemPrice = 60, + itemPrice = 40, itemInfo = "", }, ['knife'] = { @@ -640,7 +640,18 @@ CodeStudio.Products = { itemPrice = 600, itemInfo = "", }, - + ['pump'] = { + itemName = "Akku Pumpe", + itemStock = 150, + itemPrice = 600, + itemInfo = "", + }, + ['kanister'] = { + itemName = "leerer Kanister", + itemStock = 150, + itemPrice = 20, + itemInfo = "", + }, diff --git a/resources/[inventory]/mr-consumables/config/sh_config.lua b/resources/[inventory]/mr-consumables/config/sh_config.lua index ffd25ea6f..75a9e0bbe 100644 --- a/resources/[inventory]/mr-consumables/config/sh_config.lua +++ b/resources/[inventory]/mr-consumables/config/sh_config.lua @@ -1811,7 +1811,7 @@ Config = { } }, ["cottoncandy"] = { - PropModel = "natty_lollipop_spiral01", + PropModel = "bzzz_candy_cotton_pink", UsesAmount = 1, Actions = { Enter = { @@ -2956,7 +2956,7 @@ Config = { } }, ["jelly_beans"] = { - PropModel = "prop_candy_pqs", + PropModel = "bzzz_sugary_candy_a", UsesAmount = 2, Actions = { Enter = { @@ -3355,7 +3355,7 @@ Config = { } }, ["scookie"] = { - PropModel = "prop_sandwich_01", + PropModel = "bzzz_sugary_cookie_a", UsesAmount = 2, Actions = { Enter = { @@ -4868,7 +4868,7 @@ Config = { } }, ["spazi_limo"] = { - PropModel = "prop_ld_can_01", + PropModel = "bzzz_new_snacks_pepsiloca_a", UsesAmount = 2, -- The Amount Of Times This Item Can Be Eaten / Drinked Actions = { Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon) @@ -5078,7 +5078,7 @@ Config = { }, }, ["spazi"] = { - PropModel = "prop_ld_can_01", + PropModel = "bzzz_new_snacks_pepsiloca_b", UsesAmount = 2, -- The Amount Of Times This Item Can Be Eaten / Drinked Actions = { Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon) diff --git a/resources/[props]/bzzz_addon_props_powerhouse/1.png b/resources/[props]/bzzz_addon_props_powerhouse/1.png new file mode 100644 index 000000000..b8b4cc509 Binary files /dev/null and b/resources/[props]/bzzz_addon_props_powerhouse/1.png differ diff --git a/resources/[props]/bzzz_addon_props_powerhouse/2.png b/resources/[props]/bzzz_addon_props_powerhouse/2.png new file mode 100644 index 000000000..7b625e888 Binary files /dev/null and b/resources/[props]/bzzz_addon_props_powerhouse/2.png differ diff --git a/resources/[props]/bzzz_addon_props_powerhouse/3.png b/resources/[props]/bzzz_addon_props_powerhouse/3.png new file mode 100644 index 000000000..57264bfb0 Binary files /dev/null and b/resources/[props]/bzzz_addon_props_powerhouse/3.png differ diff --git a/resources/[props]/bzzz_addon_props_powerhouse/4.png b/resources/[props]/bzzz_addon_props_powerhouse/4.png new file mode 100644 index 000000000..47b83e555 Binary files /dev/null and b/resources/[props]/bzzz_addon_props_powerhouse/4.png differ diff --git a/resources/[props]/bzzz_addon_props_powerhouse/fxmanifest.lua b/resources/[props]/bzzz_addon_props_powerhouse/fxmanifest.lua new file mode 100644 index 000000000..a2045f9d9 --- /dev/null +++ b/resources/[props]/bzzz_addon_props_powerhouse/fxmanifest.lua @@ -0,0 +1,37 @@ +fx_version 'adamant' +games { 'gta5' } + + +description 'Addon Props - Powehouse' +made_by 'BzZz' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/prop_bzzz_elektro_powerhouse001.ytyp' + + + + + + + +--[[ +CODE FOR ANIMATION DPEMOTES: +-------------------------------------------------- + + +["power"] = {"move_weapon@jerrycan@generic", "idle", "Power House", AnimationOptions = + { + Prop = "prop_bzzz_elektro_powerhouse001", + PropBone = 57005, + PropPlacement = {0.11, 0.06, 0.0, 98.0, 12.0, -99.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + +-------------------------------------------------- + +If you put the props in another folder, you must edit the fxmanifest: +data_file 'DLC_ITYP_REQUEST' 'stream/prop_bzzz_elektro_powerhouse001.ytyp' + +]]-- \ No newline at end of file diff --git a/resources/[props]/bzzz_addon_props_powerhouse/stream/prop_bzzz_elektro_powerhouse001.ydr b/resources/[props]/bzzz_addon_props_powerhouse/stream/prop_bzzz_elektro_powerhouse001.ydr new file mode 100644 index 000000000..f804623b9 Binary files /dev/null and b/resources/[props]/bzzz_addon_props_powerhouse/stream/prop_bzzz_elektro_powerhouse001.ydr differ diff --git a/resources/[props]/bzzz_addon_props_powerhouse/stream/prop_bzzz_elektro_powerhouse001.ytyp b/resources/[props]/bzzz_addon_props_powerhouse/stream/prop_bzzz_elektro_powerhouse001.ytyp new file mode 100644 index 000000000..f72da7506 Binary files /dev/null and b/resources/[props]/bzzz_addon_props_powerhouse/stream/prop_bzzz_elektro_powerhouse001.ytyp differ diff --git a/resources/[props]/bzzz_apple_trees/data/coords_for_animation.lua b/resources/[props]/bzzz_apple_trees/data/coords_for_animation.lua new file mode 100644 index 000000000..730dbc693 --- /dev/null +++ b/resources/[props]/bzzz_apple_trees/data/coords_for_animation.lua @@ -0,0 +1,68 @@ + +-- template for dpemotes/rpemotes +-- Coordinates may not work the same for other scripts. If the coordinates don't match, you need to use the tool to find new coordinates. + +["apple_red2"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Red Apple", AnimationOptions = + { + Prop = 'bzzz_tree_apple_red2', + PropBone = 18905, + PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["apple_green2"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Green Apple", AnimationOptions = + { + Prop = 'bzzz_tree_apple_green2', + PropBone = 18905, + PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["apple_red"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Red Apple", AnimationOptions = + { + Prop = 'bzzz_tree_apple_red', + PropBone = 18905, + PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["apple_green"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Green Apple", AnimationOptions = + { + Prop = 'bzzz_tree_apple_green', + PropBone = 18905, + PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["green_box"] = {"anim@heists@box_carry@", "idle", "Apple Green Box", AnimationOptions = + { + Prop = "bzzz_tree_box_green", + PropBone = 24816, + PropPlacement = {-0.01, 0.39, 0.08, 77.0, 16.0, 122.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["red_box"] = {"anim@heists@box_carry@", "idle", "Apple Red Box", AnimationOptions = + { + Prop = "bzzz_tree_box_red", + PropBone = 24816, + PropPlacement = {-0.01, 0.39, 0.08, 77.0, 16.0, 122.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["green_juice"] = {"mp_player_intdrink", "loop_bottle", "Drink Apple Green Juice", AnimationOptions = + { + Prop = 'bzzz_tree_juice_green', + PropBone = 18905, + PropPlacement = {-0.04, -0.07, 0.15, 77.0, 48.0, 126.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["red_juice"] = {"mp_player_intdrink", "loop_bottle", "Drink Apple Red Juice", AnimationOptions = + { + Prop = 'bzzz_tree_juice_red', + PropBone = 18905, + PropPlacement = {-0.04, -0.07, 0.15, 77.0, 48.0, 126.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, \ No newline at end of file diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_a.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_a.png new file mode 100644 index 000000000..c0743df3a Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_a.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_b.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_b.png new file mode 100644 index 000000000..67d7ec5f7 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_b.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_c.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_c.png new file mode 100644 index 000000000..e7561b93d Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_c.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_green.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_green.png new file mode 100644 index 000000000..f994278e7 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_green.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_green2.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_green2.png new file mode 100644 index 000000000..30ceb82fb Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_green2.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_red.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_red.png new file mode 100644 index 000000000..2ef32ca57 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_red.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_red2.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_red2.png new file mode 100644 index 000000000..29467e10c Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_apple_red2.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_box_green.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_box_green.png new file mode 100644 index 000000000..d85be3196 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_box_green.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_box_red.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_box_red.png new file mode 100644 index 000000000..848b3f7b7 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_box_red.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_juice_green.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_juice_green.png new file mode 100644 index 000000000..576c1ac26 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_juice_green.png differ diff --git a/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_juice_red.png b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_juice_red.png new file mode 100644 index 000000000..7ff7ff69f Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/data/image_for_inventory/bzzz_tree_juice_red.png differ diff --git a/resources/[props]/bzzz_apple_trees/fxmanifest.lua b/resources/[props]/bzzz_apple_trees/fxmanifest.lua new file mode 100644 index 000000000..bdd1c2621 --- /dev/null +++ b/resources/[props]/bzzz_apple_trees/fxmanifest.lua @@ -0,0 +1,16 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Apple Trees' +version '2.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/*.ytyp' + +files { + 'stream/*.ytyp', +} + + + diff --git a/resources/[props]/bzzz_apple_trees/images/1.png b/resources/[props]/bzzz_apple_trees/images/1.png new file mode 100644 index 000000000..d56674a01 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/images/1.png differ diff --git a/resources/[props]/bzzz_apple_trees/images/2.png b/resources/[props]/bzzz_apple_trees/images/2.png new file mode 100644 index 000000000..d6f16d909 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/images/2.png differ diff --git a/resources/[props]/bzzz_apple_trees/images/3.png b/resources/[props]/bzzz_apple_trees/images/3.png new file mode 100644 index 000000000..7b74c8618 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/images/3.png differ diff --git a/resources/[props]/bzzz_apple_trees/images/4.png b/resources/[props]/bzzz_apple_trees/images/4.png new file mode 100644 index 000000000..094fa1ad5 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/images/4.png differ diff --git a/resources/[props]/bzzz_apple_trees/images/5.png b/resources/[props]/bzzz_apple_trees/images/5.png new file mode 100644 index 000000000..ea5e0a35f Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/images/5.png differ diff --git a/resources/[props]/bzzz_apple_trees/images/6.png b/resources/[props]/bzzz_apple_trees/images/6.png new file mode 100644 index 000000000..64a055bd2 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/images/6.png differ diff --git a/resources/[props]/bzzz_apple_trees/images/files.png b/resources/[props]/bzzz_apple_trees/images/files.png new file mode 100644 index 000000000..71cd34b60 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/images/files.png differ diff --git a/resources/[props]/bzzz_apple_trees/readme.txt b/resources/[props]/bzzz_apple_trees/readme.txt new file mode 100644 index 000000000..c1e636e7a --- /dev/null +++ b/resources/[props]/bzzz_apple_trees/readme.txt @@ -0,0 +1,37 @@ +Hi, +thank you for your purchase. + +-------------------------------------------------- + +YMAP COORDS: x = 1858, y = 4871, z = 43 + +-------------------------------------------------- +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +Wiki: https://bzzz.wiki/ +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_apple_trees" to resources folder +2) Add to server.cfg +3) Restart server + + + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_tree_pack.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. + +If you are streaming files in this original resource, do nothing. + +Then you can use props in the same way as GTA props. (File name = prop name) +-------------------------------------------------- diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_prop_trees_pack.ytd b/resources/[props]/bzzz_apple_trees/stream/bzzz_prop_trees_pack.ytd new file mode 100644 index 000000000..088f0bdba Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_prop_trees_pack.ytd differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_a.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_a.ydr new file mode 100644 index 000000000..bdb426385 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_a.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_b.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_b.ydr new file mode 100644 index 000000000..e388f0047 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_b.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_c.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_c.ydr new file mode 100644 index 000000000..0f43be7ca Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_c.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_green.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_green.ydr new file mode 100644 index 000000000..4fb125d79 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_green.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_green2.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_green2.ydr new file mode 100644 index 000000000..a29510e15 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_green2.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_red.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_red.ydr new file mode 100644 index 000000000..3de74fe31 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_red.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_red2.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_red2.ydr new file mode 100644 index 000000000..37f376236 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_apple_red2.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_box_green.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_box_green.ydr new file mode 100644 index 000000000..628f1dbdb Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_box_green.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_box_red.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_box_red.ydr new file mode 100644 index 000000000..aea8c8eac Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_box_red.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_juice_green.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_juice_green.ydr new file mode 100644 index 000000000..230ad2de3 Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_juice_green.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_juice_red.ydr b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_juice_red.ydr new file mode 100644 index 000000000..6bbdfa49d Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_juice_red.ydr differ diff --git a/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_pack.ytyp b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_pack.ytyp new file mode 100644 index 000000000..6e61fc14e Binary files /dev/null and b/resources/[props]/bzzz_apple_trees/stream/bzzz_tree_pack.ytyp differ diff --git a/resources/[props]/bzzz_beer_machine/data/coords_for_animations.lua b/resources/[props]/bzzz_beer_machine/data/coords_for_animations.lua new file mode 100644 index 000000000..10f2b89bc --- /dev/null +++ b/resources/[props]/bzzz_beer_machine/data/coords_for_animations.lua @@ -0,0 +1,16 @@ +["star_beer1"] = {"mp_player_intdrink", "loop_bottle", "Drink Liquid Beer", AnimationOptions = + { + Prop = 'bzzz_prop_beer_original', + PropBone = 18905, + PropPlacement = {0.12, 0.0, 0.04, -60.0, 89.0, -5.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + +--[[ The coordinates are the same for all cans. +bzzz_prop_beer_apple +bzzz_prop_beer_blueberry +bzzz_prop_beer_kiwi +bzzz_prop_beer_plum +bzzz_prop_beer_raspberry +--]] \ No newline at end of file diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_apple.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_apple.png new file mode 100644 index 000000000..80a8dd50d Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_apple.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_blueberry.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_blueberry.png new file mode 100644 index 000000000..9e83c8908 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_blueberry.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_kiwi.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_kiwi.png new file mode 100644 index 000000000..648f97dc2 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_kiwi.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_original.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_original.png new file mode 100644 index 000000000..3927a992f Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_original.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_plum.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_plum.png new file mode 100644 index 000000000..ed9fcb4b2 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_plum.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_raspberry.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_raspberry.png new file mode 100644 index 000000000..d126575e3 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/with_shadow/bzzz_prop_beer_raspberry.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_apple.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_apple.png new file mode 100644 index 000000000..c62b8de04 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_apple.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_blueberry.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_blueberry.png new file mode 100644 index 000000000..8da2f27a4 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_blueberry.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_kiwi.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_kiwi.png new file mode 100644 index 000000000..588e9f191 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_kiwi.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_original.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_original.png new file mode 100644 index 000000000..73a28168b Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_original.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_plum.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_plum.png new file mode 100644 index 000000000..81e0b12e8 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_plum.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_raspberry.png b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_raspberry.png new file mode 100644 index 000000000..8e0516735 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/data/images_for_inventory/without_shadow/bzzz_prop_beer_raspberry.png differ diff --git a/resources/[props]/bzzz_beer_machine/data/ox_inventory.txt b/resources/[props]/bzzz_beer_machine/data/ox_inventory.txt new file mode 100644 index 000000000..cad8d2b64 --- /dev/null +++ b/resources/[props]/bzzz_beer_machine/data/ox_inventory.txt @@ -0,0 +1 @@ +https://github.com/Mrs-BzZz/food_coords/blob/main/ox_inventory/bzzz_beer_machine.lua \ No newline at end of file diff --git a/resources/[props]/bzzz_beer_machine/data/qb-smallresources.txt b/resources/[props]/bzzz_beer_machine/data/qb-smallresources.txt new file mode 100644 index 000000000..542b93d91 --- /dev/null +++ b/resources/[props]/bzzz_beer_machine/data/qb-smallresources.txt @@ -0,0 +1 @@ +https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_beer_machine.lua \ No newline at end of file diff --git a/resources/[props]/bzzz_beer_machine/fxmanifest.lua b/resources/[props]/bzzz_beer_machine/fxmanifest.lua new file mode 100644 index 000000000..f5c2f9801 --- /dev/null +++ b/resources/[props]/bzzz_beer_machine/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Beer machine' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_beer_machine.ytyp' + + diff --git a/resources/[props]/bzzz_beer_machine/images/1.png b/resources/[props]/bzzz_beer_machine/images/1.png new file mode 100644 index 000000000..cf78a80d7 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/images/1.png differ diff --git a/resources/[props]/bzzz_beer_machine/images/2.png b/resources/[props]/bzzz_beer_machine/images/2.png new file mode 100644 index 000000000..9c25031e0 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/images/2.png differ diff --git a/resources/[props]/bzzz_beer_machine/images/3.png b/resources/[props]/bzzz_beer_machine/images/3.png new file mode 100644 index 000000000..8a4621981 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/images/3.png differ diff --git a/resources/[props]/bzzz_beer_machine/images/4.png b/resources/[props]/bzzz_beer_machine/images/4.png new file mode 100644 index 000000000..77c300351 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/images/4.png differ diff --git a/resources/[props]/bzzz_beer_machine/images/5.png b/resources/[props]/bzzz_beer_machine/images/5.png new file mode 100644 index 000000000..24c3952cd Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/images/5.png differ diff --git a/resources/[props]/bzzz_beer_machine/images/6.png b/resources/[props]/bzzz_beer_machine/images/6.png new file mode 100644 index 000000000..9293818d3 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/images/6.png differ diff --git a/resources/[props]/bzzz_beer_machine/images/7.png b/resources/[props]/bzzz_beer_machine/images/7.png new file mode 100644 index 000000000..465e1061d Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/images/7.png differ diff --git a/resources/[props]/bzzz_beer_machine/readme.txt b/resources/[props]/bzzz_beer_machine/readme.txt new file mode 100644 index 000000000..a8b2383e5 --- /dev/null +++ b/resources/[props]/bzzz_beer_machine/readme.txt @@ -0,0 +1,33 @@ +Hi, +thank you for your purchase. +Please don't release my work any longer. + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_beer_machine" to resources folder +2) Add to server.cfg +3) Restart server + +You can then use the props as GTA props. + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_beer_machine.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. +-------------------------------------------------- + +Textures can be easily changed in OpenIV. +Keep the original texture dimensions. \ No newline at end of file diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_apple.ydr b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_apple.ydr new file mode 100644 index 000000000..f131d6db4 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_apple.ydr differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_blueberry.ydr b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_blueberry.ydr new file mode 100644 index 000000000..1c4b9eaac Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_blueberry.ydr differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_kiwi.ydr b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_kiwi.ydr new file mode 100644 index 000000000..6eb30035d Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_kiwi.ydr differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ydr b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ydr new file mode 100644 index 000000000..1ffa04e83 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ydr differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ytd b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ytd new file mode 100644 index 000000000..b8b21f34e Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ytd differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ytyp b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ytyp new file mode 100644 index 000000000..2a8dc7e73 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_machine.ytyp differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_original.ydr b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_original.ydr new file mode 100644 index 000000000..685396b09 Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_original.ydr differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_plum.ydr b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_plum.ydr new file mode 100644 index 000000000..c97ceceab Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_plum.ydr differ diff --git a/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_raspberry.ydr b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_raspberry.ydr new file mode 100644 index 000000000..0e518577f Binary files /dev/null and b/resources/[props]/bzzz_beer_machine/stream/bzzz_prop_beer_raspberry.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/data/animations_coord.lua b/resources/[props]/bzzz_cotton_candy/data/animations_coord.lua new file mode 100644 index 000000000..7fe4deaac --- /dev/null +++ b/resources/[props]/bzzz_cotton_candy/data/animations_coord.lua @@ -0,0 +1,19 @@ +-- Template + + ["cotton_candy_yellow"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat cotton candy yellow", AnimationOptions = + { + Prop = "bzzz_candy_cotton_yellow", --or bzzz_candy_cotton_pink, bzzz_candy_cotton_blue, bzzz_candy_cotton_red, bzzz_candy_cotton_stick + PropBone = 18905, + PropPlacement = {0.15, 0.07, 0.0, -50.0, 150.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + + ["making_cotton_candy"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Making cotton candy", AnimationOptions = + { + Prop = 'bzzz_candy_cotton_yellow', --or bzzz_candy_cotton_pink, bzzz_candy_cotton_blue, bzzz_candy_cotton_red, bzzz_candy_cotton_stick + PropBone = 18905, + PropPlacement = {0.27, -0.04, -0.02, 24.0, 110.0, 0.0}, + EmoteMoving = true, + EmoteLoop = true + }}, \ No newline at end of file diff --git a/resources/[props]/bzzz_cotton_candy/data/code_for_bzzz_usableitems.lua b/resources/[props]/bzzz_cotton_candy/data/code_for_bzzz_usableitems.lua new file mode 100644 index 000000000..d9eb46ce6 --- /dev/null +++ b/resources/[props]/bzzz_cotton_candy/data/code_for_bzzz_usableitems.lua @@ -0,0 +1,43 @@ +-- copy and paste into the food section + + + ["bzzz_candy_cotton_yellow"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_candy_cotton_yellow", + xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0 + } + }, + ["bzzz_candy_cotton_red"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_candy_cotton_red", + xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0 + } + }, + ["bzzz_candy_cotton_blue"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_candy_cotton_blue", + xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0 + } + }, + ["bzzz_candy_cotton_pink"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_candy_cotton_pink", + xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0 + } + }, \ No newline at end of file diff --git a/resources/[props]/bzzz_cotton_candy/data/code_for_ox_inventory.lua b/resources/[props]/bzzz_cotton_candy/data/code_for_ox_inventory.lua new file mode 100644 index 000000000..a575163bd --- /dev/null +++ b/resources/[props]/bzzz_cotton_candy/data/code_for_ox_inventory.lua @@ -0,0 +1,50 @@ +--copy and paste into the ox_inventory/data/items.lua + +['bzzz_candy_cotton_yellow'] = { + label = 'Yellow candy cotton', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_candy_cotton_yellow`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_candy_cotton_pink'] = { + label = 'Pink candy cotton', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_candy_cotton_pink`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_candy_cotton_red'] = { + label = 'Red candy cotton', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_candy_cotton_red`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_candy_cotton_blue'] = { + label = 'Blue candy cotton', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_candy_cotton_blue`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, \ No newline at end of file diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_blue.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_blue.png new file mode 100644 index 000000000..08964ca1e Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_blue.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine.png new file mode 100644 index 000000000..f2dabe964 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_blue.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_blue.png new file mode 100644 index 000000000..d6d9c4ba3 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_blue.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_pink.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_pink.png new file mode 100644 index 000000000..37b21742d Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_pink.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_red.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_red.png new file mode 100644 index 000000000..519e86eca Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_red.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_yellow.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_yellow.png new file mode 100644 index 000000000..26372ea4d Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_anim_yellow.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_off.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_off.png new file mode 100644 index 000000000..20abd7261 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_machine_off.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_pink.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_pink.png new file mode 100644 index 000000000..be8ab74e8 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_pink.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_red.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_red.png new file mode 100644 index 000000000..24b8a249f Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_red.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_stick.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_stick.png new file mode 100644 index 000000000..2e05a878c Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_stick.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_yellow.png b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_yellow.png new file mode 100644 index 000000000..b3db02d85 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/data/images_for_inventory/bzzz_candy_cotton_yellow.png differ diff --git a/resources/[props]/bzzz_cotton_candy/data/qb-smallresources.txt b/resources/[props]/bzzz_cotton_candy/data/qb-smallresources.txt new file mode 100644 index 000000000..1058cfa88 --- /dev/null +++ b/resources/[props]/bzzz_cotton_candy/data/qb-smallresources.txt @@ -0,0 +1 @@ +https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_cotton_candy.lua \ No newline at end of file diff --git a/resources/[props]/bzzz_cotton_candy/data/sql_if_you_need.sql b/resources/[props]/bzzz_cotton_candy/data/sql_if_you_need.sql new file mode 100644 index 000000000..979369479 --- /dev/null +++ b/resources/[props]/bzzz_cotton_candy/data/sql_if_you_need.sql @@ -0,0 +1,6 @@ +INSERT INTO `items` (`name`, `label`, `weight`) VALUES + ('bzzz_candy_cotton_yellow', 'Yellow candy cotton', 1), + ('bzzz_candy_cotton_red', 'Red candy cotton', 1), + ('bzzz_candy_cotton_blue', 'Blue candy cotton', 1), + ('bzzz_candy_cotton_pink', 'Pink candy cotton', 1) +; \ No newline at end of file diff --git a/resources/[props]/bzzz_cotton_candy/fxmanifest.lua b/resources/[props]/bzzz_cotton_candy/fxmanifest.lua new file mode 100644 index 000000000..cdfe32e38 --- /dev/null +++ b/resources/[props]/bzzz_cotton_candy/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Cotton candy' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_candy_cotton.ytyp' + + diff --git a/resources/[props]/bzzz_cotton_candy/images/1.png b/resources/[props]/bzzz_cotton_candy/images/1.png new file mode 100644 index 000000000..c18067a84 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/1.png differ diff --git a/resources/[props]/bzzz_cotton_candy/images/2.png b/resources/[props]/bzzz_cotton_candy/images/2.png new file mode 100644 index 000000000..0df92733d Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/2.png differ diff --git a/resources/[props]/bzzz_cotton_candy/images/3.png b/resources/[props]/bzzz_cotton_candy/images/3.png new file mode 100644 index 000000000..f186011c8 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/3.png differ diff --git a/resources/[props]/bzzz_cotton_candy/images/4.png b/resources/[props]/bzzz_cotton_candy/images/4.png new file mode 100644 index 000000000..ee267566e Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/4.png differ diff --git a/resources/[props]/bzzz_cotton_candy/images/5.png b/resources/[props]/bzzz_cotton_candy/images/5.png new file mode 100644 index 000000000..9ecba86c3 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/5.png differ diff --git a/resources/[props]/bzzz_cotton_candy/images/6.png b/resources/[props]/bzzz_cotton_candy/images/6.png new file mode 100644 index 000000000..2a243cec6 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/6.png differ diff --git a/resources/[props]/bzzz_cotton_candy/images/files.png b/resources/[props]/bzzz_cotton_candy/images/files.png new file mode 100644 index 000000000..ef4eb61f7 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/files.png differ diff --git a/resources/[props]/bzzz_cotton_candy/images/gif1.gif b/resources/[props]/bzzz_cotton_candy/images/gif1.gif new file mode 100644 index 000000000..34e6d8c70 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/gif1.gif differ diff --git a/resources/[props]/bzzz_cotton_candy/images/gif2.gif b/resources/[props]/bzzz_cotton_candy/images/gif2.gif new file mode 100644 index 000000000..8ef425dbe Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/gif2.gif differ diff --git a/resources/[props]/bzzz_cotton_candy/images/gif3.gif b/resources/[props]/bzzz_cotton_candy/images/gif3.gif new file mode 100644 index 000000000..db3030f11 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/images/gif3.gif differ diff --git a/resources/[props]/bzzz_cotton_candy/readme.txt b/resources/[props]/bzzz_cotton_candy/readme.txt new file mode 100644 index 000000000..36b7fcb0a --- /dev/null +++ b/resources/[props]/bzzz_cotton_candy/readme.txt @@ -0,0 +1,32 @@ +Hi, +thank you for your purchase. +Please don't release my work any longer. + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +Wiki: https://bzzz.wiki/ +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_cotton_candy" to resources folder +2) Add to server.cfg +3) Restart server + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_candy_cotton.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. +-------------------------------------------------- + + + diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton.ytyp b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton.ytyp new file mode 100644 index 000000000..50d1c4e7c Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton.ytyp differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_blue.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_blue.ydr new file mode 100644 index 000000000..16997cad2 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_blue.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine.ydr new file mode 100644 index 000000000..ce6f2e48d Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine.ytd b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine.ytd new file mode 100644 index 000000000..5c406cd26 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine.ytd differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_blue.ycd b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_blue.ycd new file mode 100644 index 000000000..fb851a20a Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_blue.ycd differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_blue.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_blue.ydr new file mode 100644 index 000000000..cfec4d805 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_blue.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_pink.ycd b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_pink.ycd new file mode 100644 index 000000000..f1e8b36e5 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_pink.ycd differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_pink.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_pink.ydr new file mode 100644 index 000000000..3d44b51c3 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_pink.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_red.ycd b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_red.ycd new file mode 100644 index 000000000..d784877f7 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_red.ycd differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_red.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_red.ydr new file mode 100644 index 000000000..76f646beb Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_red.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_yellow.ycd b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_yellow.ycd new file mode 100644 index 000000000..55b71cdcc Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_yellow.ycd differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_yellow.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_yellow.ydr new file mode 100644 index 000000000..bb905abc1 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_anim_yellow.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_off.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_off.ydr new file mode 100644 index 000000000..0cef97919 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_machine_off.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_pink.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_pink.ydr new file mode 100644 index 000000000..125457f43 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_pink.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_red.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_red.ydr new file mode 100644 index 000000000..d878da2bb Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_red.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_stick.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_stick.ydr new file mode 100644 index 000000000..59e9e2f9a Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_stick.ydr differ diff --git a/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_yellow.ydr b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_yellow.ydr new file mode 100644 index 000000000..d9aca9fa8 Binary files /dev/null and b/resources/[props]/bzzz_cotton_candy/stream/bzzz_candy_cotton_yellow.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/code_for_bzzz_usableitems.lua b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/code_for_bzzz_usableitems.lua new file mode 100644 index 000000000..4cd090e8c --- /dev/null +++ b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/code_for_bzzz_usableitems.lua @@ -0,0 +1,85 @@ +--------- FOOD SECTION ------ + ["bzzz_croissant"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_croissant_a", + xPos = 0.14, yPos = 0.04, zPos = 0.03, xRot = -20.0, yRot = -30.0, zRot = 10.0 + } + }, + ["bzzz_donut_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_donut_a", + xPos = 0.15, yPos = 0.06, zPos = 0.03, xRot = 30.0, yRot = 150.0, zRot = 10.0 + } + }, + ["bzzz_donut_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_donut_b", + xPos = 0.15, yPos = 0.06, zPos = 0.03, xRot = 30.0, yRot = 150.0, zRot = 10.0 + } + }, + ["bzzz_peanuts"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_peanuts_a", + xPos = 0.15, yPos = 0.07, zPos = 0.0, xRot = 30.0, yRot = 150.0, zRot = 10.0 + } + }, + ["bzzz_pretzels"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_pretzels_a", + xPos = 0.16, yPos = 0.04, zPos = 0.03, xRot = -70.0, yRot = 140.0, zRot = 10.0 + } + }, + + + +--------- DRINK SECTION ------ + ["bzzz_pepsiloca_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_intdrink", animationName = "loop_bottle"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_pepsiloca_a", + xPos = 0.12, yPos = 0.03, zPos = 0.03, xRot = -60.0, yRot = 100.0, zRot = -20.0 + } + }, + ["bzzz_pepsiloca_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_intdrink", animationName = "loop_bottle"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_pepsiloca_b", + xPos = 0.12, yPos = 0.03, zPos = 0.03, xRot = -60.0, yRot = 100.0, zRot = -20.0 + } + }, + ["bzzz_energy"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_intdrink", animationName = "loop_bottle"}, + firstProp = { + boneIndex = 18905, + propName = "bzzz_new_snacks_energy_a", + xPos = 0.12, yPos = 0.0, zPos = 0.05, xRot = -60.0, yRot = 100.0, zRot = -20.0 + } + }, \ No newline at end of file diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/code_for_dpemotes.lua b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/code_for_dpemotes.lua new file mode 100644 index 000000000..1fbeee5c8 --- /dev/null +++ b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/code_for_dpemotes.lua @@ -0,0 +1,64 @@ +["bzzz_croissant"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat croissant", AnimationOptions = + { + Prop = "bzzz_new_snacks_croissant_a", + PropBone = 18905, + PropPlacement = {0.14, 0.04, 0.03, -20.0, -30.0, 10.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +["bzzz_donut_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat donut 1", AnimationOptions = + { + Prop = "bzzz_new_snacks_donut_a", + PropBone = 18905, + PropPlacement = {0.15, 0.06, 0.03, 30.0, 150.0, 10.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +["bzzz_donut_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat donut 2", AnimationOptions = + { + Prop = "bzzz_new_snacks_donut_b", + PropBone = 18905, + PropPlacement = {0.15, 0.06, 0.03, 30.0, 150.0, 10.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +["bzzz_peanuts"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat peanuts", AnimationOptions = + { + Prop = "bzzz_new_snacks_peanuts_a", + PropBone = 18905, + PropPlacement = {0.15, 0.07, 0.0, 30.0, 150.0, 10.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +["bzzz_pretzels"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat pretzels", AnimationOptions = + { + Prop = "bzzz_new_snacks_pretzels_a", + PropBone = 18905, + PropPlacement = {0.16, 0.04, 0.03, -70.0, 140.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +["bzzz_pepsiloca_a"] = {"mp_player_intdrink", "loop_bottle", "Drink Pepsiloca", AnimationOptions = + { + Prop = "bzzz_new_snacks_pepsiloca_a", + PropBone = 18905, + PropPlacement = {0.12, 0.03, 0.03, -60.0, 100.0, -20.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +["bzzz_pepsiloca_b"] = {"mp_player_intdrink", "loop_bottle", "Drink Pepsiloca light", AnimationOptions = + { + Prop = "bzzz_new_snacks_pepsiloca_b", + PropBone = 18905, + PropPlacement = {0.12, 0.03, 0.03, -60.0, 100.0, -20.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, +["bzzz_energy"] = {"mp_player_intdrink", "loop_bottle", "Drink Energy drink", AnimationOptions = + { + Prop = "bzzz_new_snacks_energy_a", + PropBone = 18905, + PropPlacement = {0.12, 0.0, 0.05, -60.0, 100.0, -20.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, \ No newline at end of file diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_croissant.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_croissant.png new file mode 100644 index 000000000..3bf465eb2 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_croissant.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_donut_a.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_donut_a.png new file mode 100644 index 000000000..5a91f40c5 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_donut_a.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_donut_b.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_donut_b.png new file mode 100644 index 000000000..8f3e65573 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_donut_b.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_energy.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_energy.png new file mode 100644 index 000000000..c1e06e14e Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_energy.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_peanuts.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_peanuts.png new file mode 100644 index 000000000..dc6722307 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_peanuts.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pepsiloca_a.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pepsiloca_a.png new file mode 100644 index 000000000..d80618dcf Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pepsiloca_a.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pepsiloca_b.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pepsiloca_b.png new file mode 100644 index 000000000..522c9233e Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pepsiloca_b.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pretzels.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pretzels.png new file mode 100644 index 000000000..19087d679 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/images_for_inventory/bzzz_pretzels.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/items_for_bzzz_usableitems.sql b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/items_for_bzzz_usableitems.sql new file mode 100644 index 000000000..b3927cbc8 --- /dev/null +++ b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/items_for_bzzz_usableitems.sql @@ -0,0 +1,10 @@ +INSERT INTO `items` (`name`, `label`, `weight`) VALUES + ('bzzz_croissant', 'Croissant', 1), + ('bzzz_donut_a', 'Pink donut', 1), + ('bzzz_donut_b', 'Chocolate donut', 1), + ('bzzz_peanuts', 'Peanuts', 1), + ('bzzz_pretzels', 'Pretzels', 1), + ('bzzz_pepsiloca_a', 'Pepsiloca', 1), + ('bzzz_pepsiloca_b', 'Pepsiloca light', 1), + ('bzzz_energy', 'Energy drink', 1) +; \ No newline at end of file diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/ox_inventory.lua b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/ox_inventory.lua new file mode 100644 index 000000000..b571df5e6 --- /dev/null +++ b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/ox_inventory.lua @@ -0,0 +1,96 @@ +['bzzz_croissant'] = { + label = 'Croissant', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_new_snacks_croissant_a`, pos = vec3(0.0, 0.0, 0.0), rot = vec3(0.0, -50.0, 80.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_donut_a'] = { + label = 'Pink donut', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_new_snacks_donut_a`, pos = vec3(0.0, 0.0, -0.02), rot = vec3(0.0, -20.0, 80.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_donut_b'] = { + label = 'Chocolate donut', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_new_snacks_donut_b`, pos = vec3(0.0, 0.0, -0.02), rot = vec3(0.0, -20.0, 80.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_peanuts'] = { + label = 'Peanuts', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_new_snacks_peanuts_a`, pos = vec3(0.0, -0.02, -0.01), rot = vec3(0.0, -20.0, 80.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_pretzels'] = { + label = 'Pretzels', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_new_snacks_pretzels_a`, pos = vec3(0.03, -0.04, -0.01), rot = vec3(-80.0, 0.0, 70.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_pepsiloca_a'] = { + label = 'Pepsiloca', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, + prop = { model = `bzzz_new_snacks_pepsiloca_a`, pos = vec3(0.01 ,0.00, 0.07), rot = vec3(0.0, 0.0, 0.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_pepsiloca_b'] = { + label = 'Pepsiloca light', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, + prop = { model = `bzzz_new_snacks_pepsiloca_b`, pos = vec3(0.01 ,0.00, 0.07), rot = vec3(0.0, 0.0, 0.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, +['bzzz_energy'] = { + label = 'Energy drink', + weight = 500, + client = { + status = { thirst = 200000 }, + anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, + prop = { model = `bzzz_new_snacks_energy_a`, pos = vec3(0.01 ,0.00, 0.05), rot = vec3(0.0, 0.0, 0.0) }, + usetime = 2500, + cancel = true, + notification = 'Bon appétit' + } + }, \ No newline at end of file diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/qb-smallresources.txt b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/qb-smallresources.txt new file mode 100644 index 000000000..2232fbfb7 --- /dev/null +++ b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/data/qb-smallresources.txt @@ -0,0 +1 @@ +https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_snackprops.lua \ No newline at end of file diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/fxmanifest.lua b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/fxmanifest.lua new file mode 100644 index 000000000..faa47ac07 --- /dev/null +++ b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/fxmanifest.lua @@ -0,0 +1,12 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Snack props' +version '2.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_new_snacks_package.ytyp' + + + diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/1.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/1.png new file mode 100644 index 000000000..a779fcd30 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/1.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/2.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/2.png new file mode 100644 index 000000000..e53cee5a4 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/2.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/3.png b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/3.png new file mode 100644 index 000000000..9436b892a Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/images/3.png differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/readme.txt b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/readme.txt new file mode 100644 index 000000000..dece10d50 --- /dev/null +++ b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/readme.txt @@ -0,0 +1,32 @@ +Hi, +thank you for your purchase. + + +-------------------------------------------------- +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +Wikipedia: https://bzzz.wiki/ (images for inventory) + +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_new_snackprops" to resources folder +2) Add to server.cfg +3) Restart server + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_new_snacks_package.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. + +-------------------------------------------------- + + diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_croissant_a.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_croissant_a.ydr new file mode 100644 index 000000000..7958ddc2e Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_croissant_a.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_donut_a.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_donut_a.ydr new file mode 100644 index 000000000..95ec99e7c Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_donut_a.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_donut_b.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_donut_b.ydr new file mode 100644 index 000000000..fe573b4c6 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_donut_b.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_energy_a.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_energy_a.ydr new file mode 100644 index 000000000..7696a76ab Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_energy_a.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_package.ytyp b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_package.ytyp new file mode 100644 index 000000000..0daa8394d Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_package.ytyp differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_peanuts_a.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_peanuts_a.ydr new file mode 100644 index 000000000..3f08642d1 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_peanuts_a.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pepsiloca_a.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pepsiloca_a.ydr new file mode 100644 index 000000000..97cfe1e5a Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pepsiloca_a.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pepsiloca_b.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pepsiloca_b.ydr new file mode 100644 index 000000000..90bb73fb2 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pepsiloca_b.ydr differ diff --git a/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pretzels_a.ydr b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pretzels_a.ydr new file mode 100644 index 000000000..541ebf858 Binary files /dev/null and b/resources/[props]/bzzz_new_snackprops/bzzz_new_snackprops/stream/bzzz_new_snacks_pretzels_a.ydr differ diff --git a/resources/[props]/bzzz_pier/20220827224130_1.jpg b/resources/[props]/bzzz_pier/20220827224130_1.jpg new file mode 100644 index 000000000..cba9dd06d Binary files /dev/null and b/resources/[props]/bzzz_pier/20220827224130_1.jpg differ diff --git a/resources/[props]/bzzz_pier/20220827224138_1.jpg b/resources/[props]/bzzz_pier/20220827224138_1.jpg new file mode 100644 index 000000000..c5215d06a Binary files /dev/null and b/resources/[props]/bzzz_pier/20220827224138_1.jpg differ diff --git a/resources/[props]/bzzz_pier/20220827224153_1.jpg b/resources/[props]/bzzz_pier/20220827224153_1.jpg new file mode 100644 index 000000000..c1fbc837e Binary files /dev/null and b/resources/[props]/bzzz_pier/20220827224153_1.jpg differ diff --git a/resources/[props]/bzzz_pier/20220827224202_1.jpg b/resources/[props]/bzzz_pier/20220827224202_1.jpg new file mode 100644 index 000000000..43d975f98 Binary files /dev/null and b/resources/[props]/bzzz_pier/20220827224202_1.jpg differ diff --git a/resources/[props]/bzzz_pier/20220827224209_1.jpg b/resources/[props]/bzzz_pier/20220827224209_1.jpg new file mode 100644 index 000000000..47b2f0f34 Binary files /dev/null and b/resources/[props]/bzzz_pier/20220827224209_1.jpg differ diff --git a/resources/[props]/bzzz_pier/20220827224251_1.jpg b/resources/[props]/bzzz_pier/20220827224251_1.jpg new file mode 100644 index 000000000..ce887822c Binary files /dev/null and b/resources/[props]/bzzz_pier/20220827224251_1.jpg differ diff --git a/resources/[props]/bzzz_pier/20220827224331_1.jpg b/resources/[props]/bzzz_pier/20220827224331_1.jpg new file mode 100644 index 000000000..b8c78c0a0 Binary files /dev/null and b/resources/[props]/bzzz_pier/20220827224331_1.jpg differ diff --git a/resources/[props]/bzzz_pier/fxmanifest.lua b/resources/[props]/bzzz_pier/fxmanifest.lua new file mode 100644 index 000000000..5429fb1d5 --- /dev/null +++ b/resources/[props]/bzzz_pier/fxmanifest.lua @@ -0,0 +1,12 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz molo - free ymap' +version '1.0.0' + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_molo.ytyp' + + + +-- cords: -2103, -489, 6 diff --git a/resources/[props]/bzzz_pier/stream/_manifest.ymf b/resources/[props]/bzzz_pier/stream/_manifest.ymf new file mode 100644 index 000000000..a922b2993 Binary files /dev/null and b/resources/[props]/bzzz_pier/stream/_manifest.ymf differ diff --git a/resources/[props]/bzzz_pier/stream/bzzz_molo.ytyp b/resources/[props]/bzzz_pier/stream/bzzz_molo.ytyp new file mode 100644 index 000000000..ece8f5017 Binary files /dev/null and b/resources/[props]/bzzz_pier/stream/bzzz_molo.ytyp differ diff --git a/resources/[props]/bzzz_pier/stream/bzzz_molo_flo_001.ydr b/resources/[props]/bzzz_pier/stream/bzzz_molo_flo_001.ydr new file mode 100644 index 000000000..5d80fa65b Binary files /dev/null and b/resources/[props]/bzzz_pier/stream/bzzz_molo_flo_001.ydr differ diff --git a/resources/[props]/bzzz_pier/stream/bzzz_molo_pill_001.ydr b/resources/[props]/bzzz_pier/stream/bzzz_molo_pill_001.ydr new file mode 100644 index 000000000..c5c9feb2c Binary files /dev/null and b/resources/[props]/bzzz_pier/stream/bzzz_molo_pill_001.ydr differ diff --git a/resources/[props]/bzzz_pier/stream/bzzz_molo_rail_001.ydr b/resources/[props]/bzzz_pier/stream/bzzz_molo_rail_001.ydr new file mode 100644 index 000000000..e1d228459 Binary files /dev/null and b/resources/[props]/bzzz_pier/stream/bzzz_molo_rail_001.ydr differ diff --git a/resources/[props]/bzzz_pool_diving_board/fxmanifest.lua b/resources/[props]/bzzz_pool_diving_board/fxmanifest.lua new file mode 100644 index 000000000..d89f6ffb2 --- /dev/null +++ b/resources/[props]/bzzz_pool_diving_board/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Pool diving board' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_pool_jumping.ytyp' + + diff --git a/resources/[props]/bzzz_pool_diving_board/images/20230308202845_1.jpg b/resources/[props]/bzzz_pool_diving_board/images/20230308202845_1.jpg new file mode 100644 index 000000000..25153601d Binary files /dev/null and b/resources/[props]/bzzz_pool_diving_board/images/20230308202845_1.jpg differ diff --git a/resources/[props]/bzzz_pool_diving_board/images/20230308202858_1.jpg b/resources/[props]/bzzz_pool_diving_board/images/20230308202858_1.jpg new file mode 100644 index 000000000..8b36ad74c Binary files /dev/null and b/resources/[props]/bzzz_pool_diving_board/images/20230308202858_1.jpg differ diff --git a/resources/[props]/bzzz_pool_diving_board/images/20230308203046_1.jpg b/resources/[props]/bzzz_pool_diving_board/images/20230308203046_1.jpg new file mode 100644 index 000000000..851527d8b Binary files /dev/null and b/resources/[props]/bzzz_pool_diving_board/images/20230308203046_1.jpg differ diff --git a/resources/[props]/bzzz_pool_diving_board/images/20230308203202_1.jpg b/resources/[props]/bzzz_pool_diving_board/images/20230308203202_1.jpg new file mode 100644 index 000000000..902e8b75b Binary files /dev/null and b/resources/[props]/bzzz_pool_diving_board/images/20230308203202_1.jpg differ diff --git a/resources/[props]/bzzz_pool_diving_board/readme.txt b/resources/[props]/bzzz_pool_diving_board/readme.txt new file mode 100644 index 000000000..e29f8e011 --- /dev/null +++ b/resources/[props]/bzzz_pool_diving_board/readme.txt @@ -0,0 +1,31 @@ +Hi, +thank you for your purchase. + + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_pool_diving_board" to resources folder +2) Add to server.cfg +3) Restart server + + + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_pool_jumping.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. +-------------------------------------------------- + diff --git a/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping.ytyp b/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping.ytyp new file mode 100644 index 000000000..7a19f8271 Binary files /dev/null and b/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping.ytyp differ diff --git a/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping_a.ydr b/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping_a.ydr new file mode 100644 index 000000000..a8904973d Binary files /dev/null and b/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping_a.ydr differ diff --git a/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping_b.ydr b/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping_b.ydr new file mode 100644 index 000000000..b94382459 Binary files /dev/null and b/resources/[props]/bzzz_pool_diving_board/stream/bzzz_prop_pool_jumping_b.ydr differ diff --git a/resources/[props]/bzzz_small_grill/fxmanifest.lua b/resources/[props]/bzzz_small_grill/fxmanifest.lua new file mode 100644 index 000000000..bc3c391f8 --- /dev/null +++ b/resources/[props]/bzzz_small_grill/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Small grill' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_grill_small.ytyp' + + diff --git a/resources/[props]/bzzz_small_grill/images/1.png b/resources/[props]/bzzz_small_grill/images/1.png new file mode 100644 index 000000000..c02581e17 Binary files /dev/null and b/resources/[props]/bzzz_small_grill/images/1.png differ diff --git a/resources/[props]/bzzz_small_grill/images/2.png b/resources/[props]/bzzz_small_grill/images/2.png new file mode 100644 index 000000000..e09b1eea0 Binary files /dev/null and b/resources/[props]/bzzz_small_grill/images/2.png differ diff --git a/resources/[props]/bzzz_small_grill/images/3.png b/resources/[props]/bzzz_small_grill/images/3.png new file mode 100644 index 000000000..53478875c Binary files /dev/null and b/resources/[props]/bzzz_small_grill/images/3.png differ diff --git a/resources/[props]/bzzz_small_grill/readme.txt b/resources/[props]/bzzz_small_grill/readme.txt new file mode 100644 index 000000000..3c44042e6 --- /dev/null +++ b/resources/[props]/bzzz_small_grill/readme.txt @@ -0,0 +1,31 @@ +Hi, +thank you for your purchase. + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +Wiki: https://bzzz.wiki/ +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_small_grill" to resources folder +2) Add to server.cfg +3) Restart server + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_grill_small.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. +-------------------------------------------------- + + + diff --git a/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small.ytyp b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small.ytyp new file mode 100644 index 000000000..525271b54 Binary files /dev/null and b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small.ytyp differ diff --git a/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_a.ydr b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_a.ydr new file mode 100644 index 000000000..f7726af8d Binary files /dev/null and b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_a.ydr differ diff --git a/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_b.ydr b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_b.ydr new file mode 100644 index 000000000..21547022f Binary files /dev/null and b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_b.ydr differ diff --git a/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_texture.ytd b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_texture.ytd new file mode 100644 index 000000000..5df562f66 Binary files /dev/null and b/resources/[props]/bzzz_small_grill/stream/bzzz_grill_small_texture.ytd differ diff --git a/resources/[props]/bzzz_smoking_pipe/data/anim_coords.lua b/resources/[props]/bzzz_smoking_pipe/data/anim_coords.lua new file mode 100644 index 000000000..c4c7dbd80 --- /dev/null +++ b/resources/[props]/bzzz_smoking_pipe/data/anim_coords.lua @@ -0,0 +1,8 @@ + ["smoking_pipe"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Smoking pipe", AnimationOptions = + { + Prop = 'bzzz_prop_smoking_pipe_a', + PropBone = 12844, + PropPlacement = { -0.07, 0.13, 0.05, -20.0, 70.0, -36.0}, + EmoteMoving = true, + EmoteDuration = 2600 + }}, \ No newline at end of file diff --git a/resources/[props]/bzzz_smoking_pipe/data/bzzz_prop_smoking_pipe_a.png b/resources/[props]/bzzz_smoking_pipe/data/bzzz_prop_smoking_pipe_a.png new file mode 100644 index 000000000..8b19bf268 Binary files /dev/null and b/resources/[props]/bzzz_smoking_pipe/data/bzzz_prop_smoking_pipe_a.png differ diff --git a/resources/[props]/bzzz_smoking_pipe/fxmanifest.lua b/resources/[props]/bzzz_smoking_pipe/fxmanifest.lua new file mode 100644 index 000000000..427b2120b --- /dev/null +++ b/resources/[props]/bzzz_smoking_pipe/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Smoking pipe' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_smoking_pipe_a.ytyp' + + diff --git a/resources/[props]/bzzz_smoking_pipe/images/1.png b/resources/[props]/bzzz_smoking_pipe/images/1.png new file mode 100644 index 000000000..e595a0e89 Binary files /dev/null and b/resources/[props]/bzzz_smoking_pipe/images/1.png differ diff --git a/resources/[props]/bzzz_smoking_pipe/images/2.png b/resources/[props]/bzzz_smoking_pipe/images/2.png new file mode 100644 index 000000000..931ef3167 Binary files /dev/null and b/resources/[props]/bzzz_smoking_pipe/images/2.png differ diff --git a/resources/[props]/bzzz_smoking_pipe/images/GIF.gif b/resources/[props]/bzzz_smoking_pipe/images/GIF.gif new file mode 100644 index 000000000..ef10ff18f Binary files /dev/null and b/resources/[props]/bzzz_smoking_pipe/images/GIF.gif differ diff --git a/resources/[props]/bzzz_smoking_pipe/images/files.png b/resources/[props]/bzzz_smoking_pipe/images/files.png new file mode 100644 index 000000000..7f1ea0624 Binary files /dev/null and b/resources/[props]/bzzz_smoking_pipe/images/files.png differ diff --git a/resources/[props]/bzzz_smoking_pipe/readme.txt b/resources/[props]/bzzz_smoking_pipe/readme.txt new file mode 100644 index 000000000..48fd9c1b3 --- /dev/null +++ b/resources/[props]/bzzz_smoking_pipe/readme.txt @@ -0,0 +1,33 @@ +Hi, +thank you for your purchase. +Please don't release my work any longer. + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +Wiki: https://bzzz.wiki/ +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_smoking_pipe" to resources folder +2) Add to server.cfg +3) Restart server + +You can then use the props as GTA props. + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_smoking_pipe_a.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. +-------------------------------------------------- + +Model creator: Samnick \ No newline at end of file diff --git a/resources/[props]/bzzz_smoking_pipe/stream/bzzz_prop_smoking_pipe_a.ydr b/resources/[props]/bzzz_smoking_pipe/stream/bzzz_prop_smoking_pipe_a.ydr new file mode 100644 index 000000000..86e5a34b2 Binary files /dev/null and b/resources/[props]/bzzz_smoking_pipe/stream/bzzz_prop_smoking_pipe_a.ydr differ diff --git a/resources/[props]/bzzz_smoking_pipe/stream/bzzz_prop_smoking_pipe_a.ytyp b/resources/[props]/bzzz_smoking_pipe/stream/bzzz_prop_smoking_pipe_a.ytyp new file mode 100644 index 000000000..6f0c412c5 Binary files /dev/null and b/resources/[props]/bzzz_smoking_pipe/stream/bzzz_prop_smoking_pipe_a.ytyp differ diff --git a/resources/[props]/bzzz_sugaryfood/data/code_for_bzzz_usableitems.lua b/resources/[props]/bzzz_sugaryfood/data/code_for_bzzz_usableitems.lua new file mode 100644 index 000000000..584cc0f7e --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/data/code_for_bzzz_usableitems.lua @@ -0,0 +1,420 @@ +--------- FOOD SECTION ------ +["bzzz_sugary_alfajores_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_alfajores_a", + xPos = 0.0, yPos = 0.0, zPos = 0.0, + xRot = 0.0, yRot = 0.0, zRot = 0.0 + } +}, + +["bzzz_sugary_applepie_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_applepie_b", + xPos = -0.03, yPos = 0.01, zPos = 0.0, + xRot = -30.0, yRot = 0.0, zRot = 160.0 + } +}, + +["bzzz_sugary_baklava_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_baklava_a", + xPos = 0.0, yPos = -0.01, zPos = -0.01, + xRot = -150.0, yRot = -20.0, zRot = 30.0 + } +}, + +["bzzz_sugary_bar_marte_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_bar_marte_a", + xPos = 0.0, yPos = 0.0, zPos = 0.0, + xRot = 10.0, yRot = 0.0, zRot = 0.0 + } +}, + +["bzzz_sugary_bar_snackbar_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_bar_snackbar_a", + xPos = 0.0, yPos = 0.0, zPos = 0.0, + xRot = 10.0, yRot = 0.0, zRot = 0.0 + } +}, + +["bzzz_sugary_berliner_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_berliner_a", + xPos = 0.0, yPos = 0.0, zPos = -0.01, + xRot = 10.0, yRot = 0.0, zRot = 0.0 + } +}, + +["bzzz_sugary_brownies_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_brownies_a", + xPos = -0.02, yPos = 0.0, zPos = -0.02, + xRot = 10.0, yRot = 0.0, zRot = 0.0 + } +}, + +["bzzz_sugary_cake_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_cake_a", + xPos = -0.02, yPos = 0.0, zPos = -0.02, + xRot = 10.0, yRot = 7.0, zRot = -42.0 + } +}, + +["bzzz_sugary_cake_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_cake_b", + xPos = -0.02, yPos = 0.0, zPos = -0.02, + xRot = 10.0, yRot = 7.0, zRot = -42.0 + } +}, + +["bzzz_sugary_candy_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@pnq", + animationName = "loop" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_candy_a", + xPos = -0.05, yPos = 0.02, zPos = 0.0, + xRot = 0.0, yRot = 0.0, zRot = -90.0 + } +}, + +["bzzz_sugary_cheesecake_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_cheesecake_a", + xPos = 0.0, yPos = 0.02, zPos = -0.02, + xRot = 16.0, yRot = 16.0, zRot = -18.0 + } +}, + +["bzzz_sugary_chocolate_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_chocolate_a", + xPos = 0.04, yPos = -0.02, zPos = -0.01, + xRot = 0.0, yRot = 0.0, zRot = 72.0 + } +}, + +["bzzz_sugary_chocolate_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_chocolate_b", + xPos = 0.04, yPos = -0.02, zPos = -0.01, + xRot = 0.0, yRot = 0.0, zRot = 72.0 + } +}, + +["bzzz_sugary_chocothrone_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_chocothrone_a", + xPos = 0.05, yPos = -0.01, zPos = 0.0, + xRot = 1.0, yRot = -4.0, zRot = -8.0 + } +}, + +["bzzz_sugary_cookie_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_cookie_a", + xPos = -0.01, yPos = -0.01, zPos = 0.0, + xRot = 25.0, yRot = 2.0, zRot = -8.0 + } +}, + +["bzzz_sugary_cookie_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_cookie_b", + xPos = -0.01, yPos = -0.01, zPos = 0.0, + xRot = 25.0, yRot = 2.0, zRot = -8.0 + } +}, + +["bzzz_sugary_lollipop_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_lollipop_a", + xPos = 0.0, yPos = -0.01, zPos = 0.0, + xRot = -81.0, yRot = -22.0, zRot = 76.0 + } +}, + +["bzzz_sugary_lollipop_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_lollipop_b", + xPos = 0.0, yPos = -0.01, zPos = 0.0, + xRot = -101.0, yRot = 0.0, zRot = 76.0 + } +}, + +["bzzz_sugary_macaron_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_macaron_a", + xPos = -0.03, yPos = -0.01, zPos = 0.0, + xRot = -11.0, yRot = -180.0, zRot = 76.0 + } +}, + +["bzzz_sugary_macaron_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_macaron_b", + xPos = -0.03, yPos = -0.01, zPos = 0.0, + xRot = -11.0, yRot = -180.0, zRot = 76.0 + } +}, + +["bzzz_sugary_macaron_c"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_macaron_c", + xPos = -0.03, yPos = -0.01, zPos = 0.0, + xRot = -11.0, yRot = -180.0, zRot = 76.0 + } +}, + +["bzzz_sugary_macaron_d"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_macaron_d", + xPos = -0.03, yPos = -0.01, zPos = 0.0, + xRot = -11.0, yRot = -180.0, zRot = 76.0 + } +}, + +["bzzz_sugary_mochi_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_mochi_a", + xPos = -0.01, yPos = 0.0, zPos = -0.02, + xRot = 39.0, yRot = -10.0, zRot = 46.0 + } +}, + +["bzzz_sugary_pancakes_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_pancakes_a", + xPos = -0.03, yPos = -0.01, zPos = 0.0, + xRot = 40.0, yRot = -64.0, zRot = 52.0 + } +}, + +["bzzz_sugary_redvelvet_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_redvelvet_a", + xPos = 0.0, yPos = 0.02, zPos = -0.02, + xRot = 16.0, yRot = 16.0, zRot = -18.0 + } +}, + +["bzzz_sugary_tiramisu_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_tiramisu_a", + xPos = -0.02, yPos = 0.0, zPos = -0.01, + xRot = 20.0, yRot = -32.0, zRot = 82.0 + } +}, + +["bzzz_sugary_treslechescake_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_treslechescake_a", + xPos = -0.02, yPos = 0.0, zPos = -0.01, + xRot = 20.0, yRot = -32.0, zRot = 82.0 + } +}, + +["bzzz_sugary_truffles_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_truffles_a", + xPos = -0.02, yPos = 0.0, zPos = -0.01, + xRot = 70.0, yRot = -64.0, zRot = 52.0 + } +}, + +["bzzz_sugary_wafer_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_wafer_a", + xPos = 0.02, yPos = -0.10, zPos = 0.0, + xRot = 20.0, yRot = -14.0, zRot = 72.0 + } +}, + +["bzzz_sugary_wafer_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 60309, + propName = "bzzz_sugary_wafer_b", + xPos = -0.02, yPos = -0.01, zPos = 0.0, + xRot = 20.0, yRot = -24.0, zRot = 72.0 + } +}, diff --git a/resources/[props]/bzzz_sugaryfood/data/code_for_dpemotes.lua b/resources/[props]/bzzz_sugaryfood/data/code_for_dpemotes.lua new file mode 100644 index 000000000..067d5e94c --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/data/code_for_dpemotes.lua @@ -0,0 +1,269 @@ +["bzzz_sugary_alfajores_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Alfajores", AnimationOptions = +{ + Prop = "bzzz_sugary_alfajores_a", + PropBone = 60309, + PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + +["bzzz_sugary_applepie_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Apple pie", AnimationOptions = +{ + Prop = "bzzz_sugary_applepie_b", + PropBone = 60309, + PropPlacement = {-0.03, 0.01, 0.0, -30.0, 0.0, 160.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_baklava_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Baklava cake", AnimationOptions = +{ + Prop = "bzzz_sugary_baklava_a", + PropBone = 60309, + PropPlacement = {0.0, -0.01, -0.01, -150.0, -20.0, 30.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_bar_marte_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Marte bar", AnimationOptions = +{ + Prop = "bzzz_sugary_bar_marte_a", + PropBone = 60309, + PropPlacement = {0.0, 0.0, 0.0, 10.0, 0.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_bar_snackbar_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Snackbar", AnimationOptions = +{ + Prop = "bzzz_sugary_bar_snackbar_a", + PropBone = 60309, + PropPlacement = {0.0, 0.0, 0.0, 10.0, 0.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_berliner_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Berliner", AnimationOptions = +{ + Prop = "bzzz_sugary_berliner_a", + PropBone = 60309, + PropPlacement = {0.0, 0.0, -0.01, 10.0, 0.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_brownies_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Brownies", AnimationOptions = +{ + Prop = "bzzz_sugary_brownies_a", + PropBone = 60309, + PropPlacement = {-0.02, 0.0, -0.02, 10.0, 0.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_cake_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Chocolate cake", AnimationOptions = +{ + Prop = "bzzz_sugary_cake_a", + PropBone = 60309, + PropPlacement = {-0.02, 0.0, -0.02, 10.0, 7.0, -42.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_cake_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Strawberry cake", AnimationOptions = +{ + Prop = "bzzz_sugary_cake_b", + PropBone = 60309, + PropPlacement = {-0.02, 0.0, -0.02, 10.0, 7.0, -42.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_candy_a"] = {"mp_player_inteat@pnq", "loop", "Rainbow candies", AnimationOptions = +{ + Prop = "bzzz_sugary_candy_a", + PropBone = 60309, + PropPlacement = {-0.05, 0.02, 0.0, 0.0, 0.0, -90.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_cheesecake_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Cheesecake", AnimationOptions = +{ + Prop = "bzzz_sugary_cheesecake_a", + PropBone = 60309, + PropPlacement = {0.0, 0.02, -0.02, 16.0, 16.0, -18.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_chocolate_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Milk chocolate", AnimationOptions = +{ + Prop = "bzzz_sugary_chocolate_a", + PropBone = 60309, + PropPlacement = {0.04, -0.02, -0.01, 0.0, 0.0, 72.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_chocolate_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "White chocolate", AnimationOptions = +{ + Prop = "bzzz_sugary_chocolate_b", + PropBone = 60309, + PropPlacement = {0.04, -0.02, -0.01, 0.0, 0.0, 72.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_chocothrone_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Chocothrone", AnimationOptions = +{ + Prop = "bzzz_sugary_chocothrone_a", + PropBone = 60309, + PropPlacement = {0.05, -0.01, 0.0, 1.0, -4.0, -8.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_cookie_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Cookie", AnimationOptions = +{ + Prop = "bzzz_sugary_cookie_a", + PropBone = 60309, + PropPlacement = {-0.01, -0.01, 0.0, 25.0, 2.0, -8.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_cookie_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Cookie", AnimationOptions = +{ + Prop = "bzzz_sugary_cookie_b", + PropBone = 60309, + PropPlacement = {-0.01, -0.01, 0.0, 25.0, 2.0, -8.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_lollipop_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Lollipop", AnimationOptions = +{ + Prop = "bzzz_sugary_lollipop_a", + PropBone = 60309, + PropPlacement = {0.0, -0.01, 0.0, -81.0, -22.0, 76.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_lollipop_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Lollipop", AnimationOptions = +{ + Prop = "bzzz_sugary_lollipop_b", + PropBone = 60309, + PropPlacement = {0.0, -0.01, 0.0, -101.0, 0.0, 76.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_macaron_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Macaron", AnimationOptions = +{ + Prop = "bzzz_sugary_macaron_a", + PropBone = 60309, + PropPlacement = {-0.03, -0.01, 0.0, -11.0, -180.0, 76.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_macaron_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Macaron", AnimationOptions = +{ + Prop = "bzzz_sugary_macaron_b", + PropBone = 60309, + PropPlacement = {-0.03, -0.01, 0.0, -11.0, -180.0, 76.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_macaron_c"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Macaron", AnimationOptions = +{ + Prop = "bzzz_sugary_macaron_c", + PropBone = 60309, + PropPlacement = {-0.03, -0.01, 0.0, -11.0, -180.0, 76.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_macaron_d"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Macaron", AnimationOptions = +{ + Prop = "bzzz_sugary_macaron_d", + PropBone = 60309, + PropPlacement = {-0.03, -0.01, 0.0, -11.0, -180.0, 76.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_mochi_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Green mochi", AnimationOptions = +{ + Prop = "bzzz_sugary_mochi_a", + PropBone = 60309, + PropPlacement = {-0.01, 0.0, -0.02, 39.0, -10.0, 46.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_pancakes_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Pancake", AnimationOptions = +{ + Prop = "bzzz_sugary_pancakes_a", + PropBone = 60309, + PropPlacement = {-0.03, -0.01, 0.0, 40.0, -64.0, 52.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_redvelvet_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Red Velvet cake", AnimationOptions = +{ + Prop = "bzzz_sugary_redvelvet_a", + PropBone = 60309, + PropPlacement = {0.0, 0.02, -0.02, 16.0, 16.0, -18.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_tiramisu_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Tiramisu", AnimationOptions = +{ + Prop = "bzzz_sugary_tiramisu_a", + PropBone = 60309, + PropPlacement = {-0.02, 0.0, -0.01, 20.0, -32.0, 82.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_treslechescake_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Tres Leches cake", AnimationOptions = +{ + Prop = "bzzz_sugary_treslechescake_a", + PropBone = 60309, + PropPlacement = {-0.02, 0.0, -0.01, 20.0, -32.0, 82.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_truffles_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Truffle", AnimationOptions = +{ + Prop = "bzzz_sugary_truffles_a", + PropBone = 60309, + PropPlacement = {-0.02, 0.0, -0.01, 70.0, -64.0, 52.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_wafer_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Wafer", AnimationOptions = +{ + Prop = "bzzz_sugary_wafer_a", + PropBone = 60309, + PropPlacement = {0.02, -0.10, 0.0, 20.0, -14.0, 72.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, + +["bzzz_sugary_wafer_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Wafer", AnimationOptions = +{ + Prop = "bzzz_sugary_wafer_b", + PropBone = 60309, + PropPlacement = {-0.02, -0.01, 0.0, 20.0, -24.0, 72.0}, + EmoteLoop = true, + EmoteMoving = true, +}}, \ No newline at end of file diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_alfajores_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_alfajores_a.png new file mode 100644 index 000000000..5b1db576b Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_alfajores_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_alfajores_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_alfajores_b.png new file mode 100644 index 000000000..7fe2d0e2a Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_alfajores_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_a.png new file mode 100644 index 000000000..edfb371b1 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_b.png new file mode 100644 index 000000000..d20785829 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_c.png new file mode 100644 index 000000000..ee0a9c86b Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_applepie_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_baklava_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_baklava_a.png new file mode 100644 index 000000000..78945a63e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_baklava_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_baklava_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_baklava_b.png new file mode 100644 index 000000000..44b375227 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_baklava_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_bar_marte_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_bar_marte_a.png new file mode 100644 index 000000000..3d0861f29 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_bar_marte_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_bar_snackbar_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_bar_snackbar_a.png new file mode 100644 index 000000000..2bd3d7498 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_bar_snackbar_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_berliner_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_berliner_a.png new file mode 100644 index 000000000..afb013b8a Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_berliner_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_berliner_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_berliner_b.png new file mode 100644 index 000000000..8b28d0aa7 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_berliner_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_brownies_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_brownies_a.png new file mode 100644 index 000000000..558644fdc Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_brownies_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_brownies_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_brownies_b.png new file mode 100644 index 000000000..c5a226f33 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_brownies_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_a.png new file mode 100644 index 000000000..9e46fe0cd Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_b.png new file mode 100644 index 000000000..6962e2b4c Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_c.png new file mode 100644 index 000000000..9ca416491 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_d.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_d.png new file mode 100644 index 000000000..6a6c4afc7 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cake_d.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_candy_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_candy_a.png new file mode 100644 index 000000000..6347b17f6 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_candy_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cheesecake_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cheesecake_a.png new file mode 100644 index 000000000..1f4e3a0dc Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cheesecake_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cheesecake_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cheesecake_b.png new file mode 100644 index 000000000..cbfca2b2f Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cheesecake_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocolate_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocolate_a.png new file mode 100644 index 000000000..861642222 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocolate_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocolate_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocolate_b.png new file mode 100644 index 000000000..480927300 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocolate_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocothrone_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocothrone_a.png new file mode 100644 index 000000000..4a91ab828 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_chocothrone_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_a.png new file mode 100644 index 000000000..92c017ee1 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_b.png new file mode 100644 index 000000000..9a2c50f4c Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_c.png new file mode 100644 index 000000000..cc99de67a Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_d.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_d.png new file mode 100644 index 000000000..d9af50799 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_cookie_d.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_lollipop_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_lollipop_a.png new file mode 100644 index 000000000..262a487a8 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_lollipop_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_lollipop_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_lollipop_b.png new file mode 100644 index 000000000..82869d61a Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_lollipop_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_a.png new file mode 100644 index 000000000..f2dedbd30 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_b.png new file mode 100644 index 000000000..5c63237aa Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_c.png new file mode 100644 index 000000000..fdd4847d9 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_d.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_d.png new file mode 100644 index 000000000..7f989ca8e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_d.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_e.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_e.png new file mode 100644 index 000000000..8dedd6c65 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_macaron_e.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_mochi_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_mochi_a.png new file mode 100644 index 000000000..515eb7519 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_mochi_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_mochi_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_mochi_b.png new file mode 100644 index 000000000..8bd13a438 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_mochi_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_pancakes_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_pancakes_a.png new file mode 100644 index 000000000..8c967df15 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_pancakes_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_pancakes_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_pancakes_b.png new file mode 100644 index 000000000..400d77858 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_pancakes_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_plate_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_plate_a.png new file mode 100644 index 000000000..68e2b840e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_plate_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_redvelvet_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_redvelvet_a.png new file mode 100644 index 000000000..14427d5cf Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_redvelvet_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_redvelvet_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_redvelvet_b.png new file mode 100644 index 000000000..88c608ca7 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_redvelvet_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_tiramisu_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_tiramisu_a.png new file mode 100644 index 000000000..143783133 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_tiramisu_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_tiramisu_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_tiramisu_b.png new file mode 100644 index 000000000..915577d01 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_tiramisu_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_treslechescake_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_treslechescake_a.png new file mode 100644 index 000000000..9cf68ddde Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_treslechescake_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_treslechescake_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_treslechescake_b.png new file mode 100644 index 000000000..48fc68b69 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_treslechescake_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_truffles_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_truffles_a.png new file mode 100644 index 000000000..9e0388ec9 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_truffles_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_truffles_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_truffles_b.png new file mode 100644 index 000000000..7bd19863c Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_truffles_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_a.png new file mode 100644 index 000000000..8c976d979 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_b.png new file mode 100644 index 000000000..b10770184 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_c.png new file mode 100644 index 000000000..a26d03f9d Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 1/bzzz_sugary_wafer_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_alfajores_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_alfajores_a.png new file mode 100644 index 000000000..576fa6479 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_alfajores_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_alfajores_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_alfajores_b.png new file mode 100644 index 000000000..8423fe220 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_alfajores_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_a.png new file mode 100644 index 000000000..664cde281 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_b.png new file mode 100644 index 000000000..e653fe8c9 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_c.png new file mode 100644 index 000000000..0ce6b1df6 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_applepie_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_baklava_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_baklava_a.png new file mode 100644 index 000000000..b86987c01 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_baklava_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_baklava_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_baklava_b.png new file mode 100644 index 000000000..76eaa9866 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_baklava_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_bar_marte_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_bar_marte_a.png new file mode 100644 index 000000000..3d7a3c8c1 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_bar_marte_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_bar_snackbar_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_bar_snackbar_a.png new file mode 100644 index 000000000..ea066f9de Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_bar_snackbar_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_berliner_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_berliner_a.png new file mode 100644 index 000000000..ffbf3b07c Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_berliner_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_berliner_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_berliner_b.png new file mode 100644 index 000000000..9eb1dea40 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_berliner_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_brownies_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_brownies_a.png new file mode 100644 index 000000000..efeb63a56 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_brownies_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_brownies_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_brownies_b.png new file mode 100644 index 000000000..e44336a20 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_brownies_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_a.png new file mode 100644 index 000000000..6f1d4e353 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_b.png new file mode 100644 index 000000000..664f4d510 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_c.png new file mode 100644 index 000000000..dc9514d77 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_d.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_d.png new file mode 100644 index 000000000..41e710d8a Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cake_d.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_candy_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_candy_a.png new file mode 100644 index 000000000..80bf7ffd5 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_candy_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cheesecake_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cheesecake_a.png new file mode 100644 index 000000000..a33711370 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cheesecake_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cheesecake_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cheesecake_b.png new file mode 100644 index 000000000..e43f75ad3 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cheesecake_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocolate_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocolate_a.png new file mode 100644 index 000000000..9252d7236 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocolate_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocolate_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocolate_b.png new file mode 100644 index 000000000..b52e842f6 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocolate_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocothrone_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocothrone_a.png new file mode 100644 index 000000000..56bec5393 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_chocothrone_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_a.png new file mode 100644 index 000000000..d2e91fa7a Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_b.png new file mode 100644 index 000000000..c05929fdc Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_c.png new file mode 100644 index 000000000..45b8c3a8e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_d.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_d.png new file mode 100644 index 000000000..c482d5784 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_cookie_d.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_lollipop_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_lollipop_a.png new file mode 100644 index 000000000..4f1dc6c74 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_lollipop_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_lollipop_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_lollipop_b.png new file mode 100644 index 000000000..732aed7ad Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_lollipop_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_a.png new file mode 100644 index 000000000..2f57209be Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_b.png new file mode 100644 index 000000000..42c20c58d Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_c.png new file mode 100644 index 000000000..be8e67770 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_d.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_d.png new file mode 100644 index 000000000..0beaef270 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_d.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_e.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_e.png new file mode 100644 index 000000000..37a224931 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_macaron_e.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_mochi_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_mochi_a.png new file mode 100644 index 000000000..e37c35f23 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_mochi_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_mochi_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_mochi_b.png new file mode 100644 index 000000000..b16aa1c20 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_mochi_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_pancakes_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_pancakes_a.png new file mode 100644 index 000000000..22fbfdf09 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_pancakes_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_pancakes_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_pancakes_b.png new file mode 100644 index 000000000..626543b25 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_pancakes_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_plate_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_plate_a.png new file mode 100644 index 000000000..0743c594e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_plate_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_redvelvet_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_redvelvet_a.png new file mode 100644 index 000000000..de623c9b1 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_redvelvet_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_redvelvet_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_redvelvet_b.png new file mode 100644 index 000000000..6b63d4130 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_redvelvet_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_tiramisu_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_tiramisu_a.png new file mode 100644 index 000000000..c649daaaa Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_tiramisu_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_tiramisu_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_tiramisu_b.png new file mode 100644 index 000000000..562ef0a44 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_tiramisu_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_treslechescake_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_treslechescake_a.png new file mode 100644 index 000000000..ef12cddad Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_treslechescake_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_treslechescake_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_treslechescake_b.png new file mode 100644 index 000000000..d59a13ecf Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_treslechescake_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_truffles_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_truffles_a.png new file mode 100644 index 000000000..7ee4522e0 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_truffles_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_truffles_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_truffles_b.png new file mode 100644 index 000000000..af3246bdb Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_truffles_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_a.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_a.png new file mode 100644 index 000000000..8c53b9609 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_a.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_b.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_b.png new file mode 100644 index 000000000..16a59d716 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_b.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_c.png b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_c.png new file mode 100644 index 000000000..bbc96640f Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/bzzz_sugary_wafer_c.png differ diff --git a/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/info.txt b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/info.txt new file mode 100644 index 000000000..030865b0b --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/data/images_for_inventory/type 2/info.txt @@ -0,0 +1,8 @@ +you can get more icons here: + + + + + +https://artwork-inventory.tebex.io/ +https://forum.cfx.re/u/yaroph/activity/topics diff --git a/resources/[props]/bzzz_sugaryfood/data/ox_inventory.lua b/resources/[props]/bzzz_sugaryfood/data/ox_inventory.lua new file mode 100644 index 000000000..44e286b4d --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/data/ox_inventory.lua @@ -0,0 +1,360 @@ +['bzzz_sugary_alfajores_a'] = { + label = 'Alfajores', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_alfajores_a`, pos = vec3(0.0, 0.0, 0.0), rot = vec3(0.0, 0.0, 0.0) }, + usetime = 5000, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_applepie_b'] = { + label = 'Apple pie', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_applepie_b`, pos = vec3(-0.03, 0.01, 0.0), rot = vec3(-30.0, 0.0, 160.0) }, + usetime = 5000, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_baklava_a'] = { + label = 'Baklava cake', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_baklava_a`, pos = vec3(0.0, -0.01, -0.01), rot = vec3(-150.0, -20.0, 30.0) }, + usetime = 3000, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_bar_marte_a'] = { + label = 'Marte bar', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_bar_marte_a`, pos = vec3(0.0, 0.0, 0.0), rot = vec3(10.0, 0.0, 0.0) }, + usetime = 3500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_bar_snackbar_a'] = { + label = 'Snackbar', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_bar_snackbar_a`, pos = vec3(0.0, 0.0, 0.0), rot = vec3(10.0, 0.0, 0.0) }, + usetime = 3500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_berliner_a'] = { + label = 'Berliner', + weight = 80, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_berliner_a`, pos = vec3(0.0, 0.0, -0.01), rot = vec3(10.0, 0.0, 0.0) }, + usetime = 3500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_brownies_a'] = { + label = 'Brownies', + weight = 150, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_brownies_a`, pos = vec3(-0.02, 0.0, -0.02), rot = vec3(10.0, 0.0, 0.0) }, + usetime = 3500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_cake_a'] = { + label = 'Chocolate cake', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_cake_a`, pos = vec3(-0.02, 0.0, -0.02), rot = vec3(10.0, 7.0, -42.0) }, + usetime = 3500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_cake_b'] = { + label = 'Strawberry cake', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_cake_b`, pos = vec3(-0.02, 0.0, -0.02), rot = vec3(10.0, 7.0, -42.0) }, + usetime = 3500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_candy_a'] = { + label = 'Rainbow candies', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@pnq', clip = 'loop' }, + prop = { model = `bzzz_sugary_candy_a`, pos = vec3(-0.05, 0.02, 0.0), rot = vec3(0.0, 0.0, -90.0) }, + usetime = 3500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_cheesecake_a'] = { + label = 'Cheesecake', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_cheesecake_a`, pos = vec3(0.0, 0.02, -0.02), rot = vec3(16.0, 16.0, -18.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_chocolate_a'] = { + label = 'Milk chocolate', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_chocolate_a`, pos = vec3(0.04, -0.02, -0.01), rot = vec3(0.0, -24.0, 72.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_chocolate_b'] = { + label = 'White chocolate', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_chocolate_b`, pos = vec3(0.04, -0.02, -0.01), rot = vec3(0.0, -24.0, 72.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_chocothrone_a'] = { + label = 'Chocothrone', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_chocothrone_a`, pos = vec3(0.05, -0.01, 0.0), rot = vec3(1.0, -4.0, -8.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_cookie_a'] = { + label = 'Cookie', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_cookie_a`, pos = vec3(-0.01, -0.01, 0.0), rot = vec3(25.0, 2.0, -8.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_cookie_b'] = { + label = 'Cookie', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_cookie_b`, pos = vec3(-0.01, -0.01, 0.0), rot = vec3(25.0, 2.0, -8.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_lollipop_a'] = { + label = 'Lollipop', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_lollipop_a`, pos = vec3(0.0, -0.01, 0.0), rot = vec3(-81.0, -42.0, 76.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_lollipop_b'] = { + label = 'Lollipop', + weight = 200, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_lollipop_b`, pos = vec3(0.0, -0.01, 0.0), rot = vec3(-101.0, -42.0, 76.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_macaron_a'] = { + label = 'Macaron', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_macaron_a`, pos = vec3(-0.03, -0.01, 0.0), rot = vec3(-11.0, -180.0, 76.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_macaron_b'] = { + label = 'Macaron', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_macaron_b`, pos = vec3(-0.03, -0.01, 0.0), rot = vec3(-11.0, -180.0, 76.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_macaron_c'] = { + label = 'Macaron', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_macaron_c`, pos = vec3(-0.03, -0.01, 0.0), rot = vec3(-11.0, -180.0, 76.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_macaron_d'] = { + label = 'Macaron', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_macaron_d`, pos = vec3(-0.03, -0.01, 0.0), rot = vec3(-11.0, -180.0, 76.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_mochi_a'] = { + label = 'Green mochi', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_mochi_a`, pos = vec3(-0.01, 0.0, -0.02), rot = vec3(39.0, -10.0, 46.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_pancakes_a'] = { + label = 'Pancake', + weight = 100, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_pancakes_a`, pos = vec3(-0.03, -0.01, 0.0), rot = vec3(40.0, -64.0, 52.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_redvelvet_a'] = { + label = 'Red Velvet cake', + weight = 100, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_redvelvet_a`, pos = vec3(0.0, 0.02, -0.02), rot = vec3(16.0, 16.0, -18.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_tiramisu_a'] = { + label = 'Tiramisu', + weight = 100, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_tiramisu_a`, pos = vec3(-0.02, 0.0, -0.01), rot = vec3(20.0, -32.0, 82.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_treslechescake_a'] = { + label = 'Tres Leches cake', + weight = 100, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_treslechescake_a`, pos = vec3(-0.02, 0.0, -0.01), rot = vec3(20.0, -32.0, 82.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_truffles_a'] = { + label = 'Truffle', + weight = 20, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_truffles_a`, pos = vec3(-0.02, 0.0, -0.01), rot = vec3(70.0, -64.0, 52.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_wafer_a'] = { + label = 'Wafer', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_wafer_a`, pos = vec3(0.02, -0.04, -0.06), rot = vec3(20.0, -44.0, 72.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + +['bzzz_sugary_wafer_b'] = { + label = 'Wafer', + weight = 50, + client = { + status = { thirst = 100000 }, + anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' }, + prop = { model = `bzzz_sugary_wafer_b`, pos = vec3(-0.02, -0.01, -0.03), rot = vec3(20.0, -44.0, 72.0) }, + usetime = 4500, + notification = 'Bon appétit!' + } + }, + diff --git a/resources/[props]/bzzz_sugaryfood/data/qb-smallresources.lua b/resources/[props]/bzzz_sugaryfood/data/qb-smallresources.lua new file mode 100644 index 000000000..1a951fe47 --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/data/qb-smallresources.lua @@ -0,0 +1,756 @@ +-- 1) Register items to qb-core/shared/items.lua +-- https://github.com/Mrs-BzZz/food_coords/blob/main/qb-core-items/bzzz_sugary.lua + + + +-- 2) Add items to qb-smallresources/config.lua (Config.Consumables - custom) + +['bzzz_sugary_alfajores_a'] = { + progress = { + label = 'Using Item...', + time = 5000 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_alfajores_a', + bone = 60309, + coords = vector3(0.0, 0.0, 0.0), -- vector 3 format + rotation = vector3(0.0, 0.0, 0.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_applepie_b'] = { + progress = { + label = 'Using Item...', + time = 5000 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_applepie_b', + bone = 60309, + coords = vector3(-0.03, 0.01, 0.0), -- vector 3 format + rotation = vector3(-30.0, 0.0, 160.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_baklava_a'] = { + progress = { + label = 'Using Item...', + time = 3000 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_baklava_a', + bone = 60309, + coords = vector3(0.0, -0.01, -0.01), -- vector 3 format + rotation = vector3(-150.0, -20.0, 30.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_bar_marte_a'] = { + progress = { + label = 'Using Item...', + time = 3500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_bar_marte_a', + bone = 60309, + coords = vector3(0.0, 0.0, 0.0), -- vector 3 format + rotation = vector3(10.0, 0.0, 0.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_bar_snackbar_a'] = { + progress = { + label = 'Using Item...', + time = 3500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_bar_snackbar_a', + bone = 60309, + coords = vector3(0.0, 0.0, 0.0), -- vector 3 format + rotation = vector3(10.0, 0.0, 0.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_berliner_a'] = { + progress = { + label = 'Using Item...', + time = 3500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_berliner_a', + bone = 60309, + coords = vector3(0.0, 0.0, -0.01), -- vector 3 format + rotation = vector3(10.0, 0.0, 0.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_brownies_a'] = { + progress = { + label = 'Using Item...', + time = 3500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_brownies_a', + bone = 60309, + coords = vector3(-0.02, 0.0, -0.02), -- vector 3 format + rotation = vector3(10.0, 0.0, 0.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_cake_a'] = { + progress = { + label = 'Using Item...', + time = 3500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_cake_a', + bone = 60309, + coords = vector3(-0.02, 0.0, -0.02), -- vector 3 format + rotation = vector3(10.0, 7.0, -42.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_cake_b'] = { + progress = { + label = 'Using Item...', + time = 3500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_cake_b', + bone = 60309, + coords = vector3(-0.02, 0.0, -0.02), -- vector 3 format + rotation = vector3(10.0, 7.0, -42.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_candy_a'] = { + progress = { + label = 'Using Item...', + time = 3500 + }, + animation = { + animDict = 'mp_player_inteat@pnq', + anim = 'loop', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_candy_a', + bone = 60309, + coords = vector3(-0.05, 0.02, 0.0), -- vector 3 format + rotation = vector3(0.0, 0.0, -90.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_cheesecake_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_cheesecake_a', + bone = 60309, + coords = vector3(0.0, 0.02, -0.02), -- vector 3 format + rotation = vector3(16.0, 16.0, -18.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_chocolate_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_chocolate_a', + bone = 60309, + coords = vector3(0.04, -0.02, -0.01), -- vector 3 format + rotation = vector3(0.0, -24.0, 72.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_chocolate_b'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_chocolate_b', + bone = 60309, + coords = vector3(0.04, -0.02, -0.01), -- vector 3 format + rotation = vector3(0.0, -24.0, 72.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_chocothrone_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_chocothrone_a', + bone = 60309, + coords = vector3(0.05, -0.01, 0.0), -- vector 3 format + rotation = vector3(1.0, -4.0, -8.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_cookie_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_cookie_a', + bone = 60309, + coords = vector3(-0.01, -0.01, 0.0), -- vector 3 format + rotation = vector3(25.0, 2.0, -8.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_cookie_b'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_cookie_b', + bone = 60309, + coords = vector3(-0.01, -0.01, 0.0), -- vector 3 format + rotation = vector3(25.0, 2.0, -8.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_lollipop_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_lollipop_a', + bone = 60309, + coords = vector3(0.0, -0.01, 0.0), -- vector 3 format + rotation = vector3(-81.0, -42.0, 76.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_lollipop_b'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_lollipop_b', + bone = 60309, + coords = vector3(0.0, -0.01, 0.0), -- vector 3 format + rotation = vector3(-101.0, -42.0, 76.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_macaron_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_macaron_a', + bone = 60309, + coords = vector3(-0.03, -0.01, 0.0), -- vector 3 format + rotation = vector3(-11.0, -180.0, 76.0), -- vector 3 format + }, + replenish = { + type = 'Hunger', -- replenish type 'Hunger'/'Thirst' / false + replenish = math.random(20, 40), + isAlcohol = false, -- if you want it to add alcohol count + event = false, -- 'eventname' if you want it to trigger an outside event on use useful for drugs + server = false -- if the event above is a server event + } +}, + +['bzzz_sugary_macaron_b'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_macaron_b', + bone = 60309, + coords = vector3(-0.03, -0.01, 0.0), + rotation = vector3(-11.0, -180.0, 76.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_macaron_c'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_macaron_c', + bone = 60309, + coords = vector3(-0.03, -0.01, 0.0), + rotation = vector3(-11.0, -180.0, 76.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_macaron_d'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_macaron_d', + bone = 60309, + coords = vector3(-0.03, -0.01, 0.0), + rotation = vector3(-11.0, -180.0, 76.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_mochi_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_mochi_a', + bone = 60309, + coords = vector3(-0.01, 0.0, -0.02), + rotation = vector3(39.0, -10.0, 46.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_pancakes_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_pancakes_a', + bone = 60309, + coords = vector3(-0.03, -0.01, 0.0), + rotation = vector3(40.0, -64.0, 52.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_redvelvet_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_redvelvet_a', + bone = 60309, + coords = vector3(0.0, 0.02, -0.02), + rotation = vector3(16.0, 16.0, -18.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_tiramisu_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_tiramisu_a', + bone = 60309, + coords = vector3(-0.02, 0.0, -0.01), + rotation = vector3(20.0, -32.0, 82.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_treslechescake_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_treslechescake_a', + bone = 60309, + coords = vector3(-0.02, 0.0, -0.01), + rotation = vector3(20.0, -32.0, 82.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_truffles_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_truffles_a', + bone = 60309, + coords = vector3(-0.02, 0.0, -0.01), + rotation = vector3(70.0, -64.0, 52.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_wafer_a'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_wafer_a', + bone = 60309, + coords = vector3(0.02, -0.04, -0.06), + rotation = vector3(20.0, -44.0, 72.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, + +['bzzz_sugary_wafer_b'] = { + progress = { + label = 'Using Item...', + time = 4500 + }, + animation = { + animDict = 'mp_player_inteat@burger', + anim = 'mp_player_int_eat_burger', + flags = 49, + }, + prop = { + model = 'bzzz_sugary_wafer_b', + bone = 60309, + coords = vector3(-0.02, -0.01, -0.03), + rotation = vector3(20.0, -44.0, 72.0), + }, + replenish = { + type = 'Hunger', + replenish = math.random(20, 40), + isAlcohol = false, + event = false, + server = false + } +}, diff --git a/resources/[props]/bzzz_sugaryfood/data/qb_core.lua b/resources/[props]/bzzz_sugaryfood/data/qb_core.lua new file mode 100644 index 000000000..6663cf0aa --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/data/qb_core.lua @@ -0,0 +1,392 @@ +-- Register items to qb-core/shared/items.lua +-- sugary + +bzzz_sugary_alfajores_a = { + name = 'bzzz_sugary_alfajores_a', + label = 'Alfajores', + weight = 50, + type = 'item', + image = 'bzzz_sugary_alfajores_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_applepie_b = { + name = 'bzzz_sugary_applepie_b', + label = 'Apple pie', + weight = 50, + type = 'item', + image = 'bzzz_sugary_applepie_b.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_baklava_a = { + name = 'bzzz_sugary_baklava_a', + label = 'Baklava cake', + weight = 200, + type = 'item', + image = 'bzzz_sugary_baklava_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_bar_marte_a = { + name = 'bzzz_sugary_bar_marte_a', + label = 'Marte bar', + weight = 50, + type = 'item', + image = 'bzzz_sugary_bar_marte_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_bar_snackbar_a = { + name = 'bzzz_sugary_bar_snackbar_a', + label = 'Snackbar', + weight = 50, + type = 'item', + image = 'bzzz_sugary_bar_snackbar_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_berliner_a = { + name = 'bzzz_sugary_berliner_a', + label = 'Berliner', + weight = 80, + type = 'item', + image = 'bzzz_sugary_berliner_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_brownies_a = { + name = 'bzzz_sugary_brownies_a', + label = 'Brownies', + weight = 150, + type = 'item', + image = 'bzzz_sugary_brownies_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_cake_a = { + name = 'bzzz_sugary_cake_a', + label = 'Chocolate cake', + weight = 200, + type = 'item', + image = 'bzzz_sugary_cake_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_cake_b = { + name = 'bzzz_sugary_cake_b', + label = 'Strawberry cake', + weight = 200, + type = 'item', + image = 'bzzz_sugary_cake_b.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_candy_a = { + name = 'bzzz_sugary_candy_a', + label = 'Rainbow candies', + weight = 200, + type = 'item', + image = 'bzzz_sugary_candy_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_cheesecake_a = { + name = 'bzzz_sugary_cheesecake_a', + label = 'Cheesecake', + weight = 200, + type = 'item', + image = 'bzzz_sugary_cheesecake_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_chocolate_a = { + name = 'bzzz_sugary_chocolate_a', + label = 'Milk chocolate', + weight = 200, + type = 'item', + image = 'bzzz_sugary_chocolate_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_chocolate_b = { + name = 'bzzz_sugary_chocolate_b', + label = 'White chocolate', + weight = 200, + type = 'item', + image = 'bzzz_sugary_chocolate_b.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_chocothrone_a = { + name = 'bzzz_sugary_chocothrone_a', + label = 'Chocothrone', + weight = 200, + type = 'item', + image = 'bzzz_sugary_chocothrone_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_cookie_a = { + name = 'bzzz_sugary_cookie_a', + label = 'Cookie', + weight = 200, + type = 'item', + image = 'bzzz_sugary_cookie_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_cookie_b = { + name = 'bzzz_sugary_cookie_b', + label = 'Cookie', + weight = 200, + type = 'item', + image = 'bzzz_sugary_cookie_b.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_lollipop_a = { + name = 'bzzz_sugary_lollipop_a', + label = 'Lollipop', + weight = 200, + type = 'item', + image = 'bzzz_sugary_lollipop_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_lollipop_b = { + name = 'bzzz_sugary_lollipop_b', + label = 'Lollipop', + weight = 200, + type = 'item', + image = 'bzzz_sugary_lollipop_b.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_macaron_a = { + name = 'bzzz_sugary_macaron_a', + label = 'Macaron', + weight = 50, + type = 'item', + image = 'bzzz_sugary_macaron_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_macaron_b = { + name = 'bzzz_sugary_macaron_b', + label = 'Macaron', + weight = 50, + type = 'item', + image = 'bzzz_sugary_macaron_b.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_macaron_c = { + name = 'bzzz_sugary_macaron_c', + label = 'Macaron', + weight = 50, + type = 'item', + image = 'bzzz_sugary_macaron_c.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_macaron_d = { + name = 'bzzz_sugary_macaron_d', + label = 'Macaron', + weight = 50, + type = 'item', + image = 'bzzz_sugary_macaron_d.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_mochi_a = { + name = 'bzzz_sugary_mochi_a', + label = 'Green mochi', + weight = 50, + type = 'item', + image = 'bzzz_sugary_mochi_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_pancakes_a = { + name = 'bzzz_sugary_pancakes_a', + label = 'Pancake', + weight = 100, + type = 'item', + image = 'bzzz_sugary_pancakes_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_redvelvet_a = { + name = 'bzzz_sugary_redvelvet_a', + label = 'Red Velvet cake', + weight = 100, + type = 'item', + image = 'bzzz_sugary_redvelvet_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_tiramisu_a = { + name = 'bzzz_sugary_tiramisu_a', + label = 'Tiramisu', + weight = 100, + type = 'item', + image = 'bzzz_sugary_tiramisu_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_treslechescake_a = { + name = 'bzzz_sugary_treslechescake_a', + label = 'Tres Leches cake', + weight = 100, + type = 'item', + image = 'bzzz_sugary_treslechescake_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_truffles_a = { + name = 'bzzz_sugary_truffles_a', + label = 'Truffle', + weight = 20, + type = 'item', + image = 'bzzz_sugary_truffles_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_wafer_a = { + name = 'bzzz_sugary_wafer_a', + label = 'Wafer', + weight = 50, + type = 'item', + image = 'bzzz_sugary_wafer_a.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, + +bzzz_sugary_wafer_b = { + name = 'bzzz_sugary_wafer_b', + label = 'Wafer', + weight = 50, + type = 'item', + image = 'bzzz_sugary_wafer_b.png', + unique = false, + useable = true, + shouldClose = true, + combinable = nil, + description = ' ' +}, diff --git a/resources/[props]/bzzz_sugaryfood/data/sql_if_you_need.sql b/resources/[props]/bzzz_sugaryfood/data/sql_if_you_need.sql new file mode 100644 index 000000000..7dc887804 --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/data/sql_if_you_need.sql @@ -0,0 +1,32 @@ +INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES + ('bzzz_sugary_alfajores_a', 'Alfajores', 1, 0, 0), + ('bzzz_sugary_applepie_b', 'Apple pie', 1, 0, 0), + ('bzzz_sugary_baklava_a', 'Baklava cake', 1, 0, 0), + ('bzzz_sugary_bar_marte_a', 'Marte bar', 1, 0, 0), + ('bzzz_sugary_bar_snackbar_a', 'Snackbar', 1, 0, 0), + ('bzzz_sugary_berliner_a', 'Berliner', 1, 0, 0), + ('bzzz_sugary_brownies_a', 'Brownies', 1, 0, 0), + ('bzzz_sugary_cake_a', 'Chocolate cake', 1, 0, 0), + ('bzzz_sugary_cake_b', 'Strawberry cake', 1, 0, 0), + ('bzzz_sugary_candy_a', 'Rainbow candies', 1, 0, 0), + ('bzzz_sugary_cheesecake_a', 'Cheesecake', 1, 0, 0), + ('bzzz_sugary_chocolate_a', 'Milk chocolate', 1, 0, 0), + ('bzzz_sugary_chocolate_b', 'White chocolate', 1, 0, 0), + ('bzzz_sugary_chocothrone_a', 'Chocothrone', 1, 0, 0), + ('bzzz_sugary_cookie_a', 'Cookie', 1, 0, 0), + ('bzzz_sugary_cookie_b', 'Cookie', 1, 0, 0), + ('bzzz_sugary_lollipop_a', 'Lollipop', 1, 0, 0), + ('bzzz_sugary_lollipop_b', 'Lollipop', 1, 0, 0), + ('bzzz_sugary_macaron_a', 'Macaron', 1, 0, 0), + ('bzzz_sugary_macaron_b', 'Macaron', 1, 0, 0), + ('bzzz_sugary_macaron_c', 'Macaron', 1, 0, 0), + ('bzzz_sugary_macaron_d', 'Macaron', 1, 0, 0), + ('bzzz_sugary_mochi_a', 'Green mochi', 1, 0, 0), + ('bzzz_sugary_pancakes_a', 'Pancake', 1, 0, 0), + ('bzzz_sugary_redvelvet_a', 'Red Velvet cake', 1, 0, 0), + ('bzzz_sugary_tiramisu_a', 'Tiramisu', 1, 0, 0), + ('bzzz_sugary_treslechescake_a', 'Tres Leches cake', 1, 0, 0), + ('bzzz_sugary_truffles_a', 'Truffle', 1, 0, 0), + ('bzzz_sugary_wafer_a', 'Wafer', 1, 0, 0), + ('bzzz_sugary_wafer_b', 'Wafer', 1, 0, 0) +; \ No newline at end of file diff --git a/resources/[props]/bzzz_sugaryfood/fxmanifest.lua b/resources/[props]/bzzz_sugaryfood/fxmanifest.lua new file mode 100644 index 000000000..2992096c6 --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/fxmanifest.lua @@ -0,0 +1,12 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Sugary food' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_sugary_food.ytyp' + + + diff --git a/resources/[props]/bzzz_sugaryfood/images/1.png b/resources/[props]/bzzz_sugaryfood/images/1.png new file mode 100644 index 000000000..a0844d8b1 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/images/1.png differ diff --git a/resources/[props]/bzzz_sugaryfood/images/2.png b/resources/[props]/bzzz_sugaryfood/images/2.png new file mode 100644 index 000000000..9f7658625 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/images/2.png differ diff --git a/resources/[props]/bzzz_sugaryfood/images/3.png b/resources/[props]/bzzz_sugaryfood/images/3.png new file mode 100644 index 000000000..884b2b46c Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/images/3.png differ diff --git a/resources/[props]/bzzz_sugaryfood/images/files.png b/resources/[props]/bzzz_sugaryfood/images/files.png new file mode 100644 index 000000000..ede14a822 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/images/files.png differ diff --git a/resources/[props]/bzzz_sugaryfood/readme.txt b/resources/[props]/bzzz_sugaryfood/readme.txt new file mode 100644 index 000000000..ff629002a --- /dev/null +++ b/resources/[props]/bzzz_sugaryfood/readme.txt @@ -0,0 +1,36 @@ +Hi, +thank you for your purchase. +Please don't release my work any longer. + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +Wiki: https://bzzz.wiki/ +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_sugaryfood" to resources folder +2) Add to server.cfg +3) Restart server + + +-------------------------------------------------- +If you stream props in ANOTHER resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_sugary_food.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. + + +This resource is drag and drop!!!! +Insert this line only if you are starting props in another resource. +If you load this line multiple times on the server, the props will not work. + + +-------------------------------------------------- diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_alfajores_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_alfajores_a.ydr new file mode 100644 index 000000000..d4c5d05ce Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_alfajores_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_alfajores_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_alfajores_b.ydr new file mode 100644 index 000000000..4806d7390 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_alfajores_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_a.ydr new file mode 100644 index 000000000..ec7759c37 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_b.ydr new file mode 100644 index 000000000..d679ee40d Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_c.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_c.ydr new file mode 100644 index 000000000..a2c96dabe Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_applepie_c.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_baklava_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_baklava_a.ydr new file mode 100644 index 000000000..96d343505 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_baklava_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_baklava_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_baklava_b.ydr new file mode 100644 index 000000000..1b16a668d Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_baklava_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_bar_marte_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_bar_marte_a.ydr new file mode 100644 index 000000000..80f50007b Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_bar_marte_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_bar_snackbar_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_bar_snackbar_a.ydr new file mode 100644 index 000000000..e1c6b3eea Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_bar_snackbar_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_berliner_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_berliner_a.ydr new file mode 100644 index 000000000..ba8bac49b Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_berliner_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_berliner_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_berliner_b.ydr new file mode 100644 index 000000000..9a70c6f39 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_berliner_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_brownies_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_brownies_a.ydr new file mode 100644 index 000000000..8d137c925 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_brownies_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_brownies_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_brownies_b.ydr new file mode 100644 index 000000000..a14e7cc19 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_brownies_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_a.ydr new file mode 100644 index 000000000..91a4617d3 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_b.ydr new file mode 100644 index 000000000..2d707a637 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_c.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_c.ydr new file mode 100644 index 000000000..4c7e72403 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_c.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_d.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_d.ydr new file mode 100644 index 000000000..8a7d93dbe Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cake_d.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_candy_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_candy_a.ydr new file mode 100644 index 000000000..58e1b75b5 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_candy_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cheesecake_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cheesecake_a.ydr new file mode 100644 index 000000000..44ffba40c Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cheesecake_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cheesecake_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cheesecake_b.ydr new file mode 100644 index 000000000..bbb890be2 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cheesecake_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocolate_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocolate_a.ydr new file mode 100644 index 000000000..5d7303c76 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocolate_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocolate_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocolate_b.ydr new file mode 100644 index 000000000..9f8a6f0e1 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocolate_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocothrone_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocothrone_a.ydr new file mode 100644 index 000000000..cf6ecb14e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_chocothrone_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_a.ydr new file mode 100644 index 000000000..409153ea2 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_b.ydr new file mode 100644 index 000000000..ee664644f Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_c.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_c.ydr new file mode 100644 index 000000000..9973863b9 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_c.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_d.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_d.ydr new file mode 100644 index 000000000..f7ab27e39 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_cookie_d.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_food.ytyp b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_food.ytyp new file mode 100644 index 000000000..07146541c Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_food.ytyp differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_lollipop_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_lollipop_a.ydr new file mode 100644 index 000000000..bb348ed8e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_lollipop_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_lollipop_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_lollipop_b.ydr new file mode 100644 index 000000000..c57150bff Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_lollipop_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_a.ydr new file mode 100644 index 000000000..05867ef2f Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_b.ydr new file mode 100644 index 000000000..01a644f67 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_c.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_c.ydr new file mode 100644 index 000000000..f4c32a54e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_c.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_d.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_d.ydr new file mode 100644 index 000000000..5ae8937b0 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_d.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_e.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_e.ydr new file mode 100644 index 000000000..ecbd14bae Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_macaron_e.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_mochi_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_mochi_a.ydr new file mode 100644 index 000000000..72280d524 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_mochi_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_mochi_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_mochi_b.ydr new file mode 100644 index 000000000..e8d194b22 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_mochi_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_pancakes_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_pancakes_a.ydr new file mode 100644 index 000000000..900dac5d3 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_pancakes_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_pancakes_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_pancakes_b.ydr new file mode 100644 index 000000000..26f31373e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_pancakes_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_plate_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_plate_a.ydr new file mode 100644 index 000000000..c0c9d3332 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_plate_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_plate_a.ytd b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_plate_a.ytd new file mode 100644 index 000000000..f49cb60a6 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_plate_a.ytd differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_redvelvet_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_redvelvet_a.ydr new file mode 100644 index 000000000..b9ae68792 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_redvelvet_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_redvelvet_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_redvelvet_b.ydr new file mode 100644 index 000000000..bd28bbcbe Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_redvelvet_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_tiramisu_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_tiramisu_a.ydr new file mode 100644 index 000000000..f5fc54668 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_tiramisu_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_tiramisu_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_tiramisu_b.ydr new file mode 100644 index 000000000..bfbf18267 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_tiramisu_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_treslechescake_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_treslechescake_a.ydr new file mode 100644 index 000000000..962d2c1f5 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_treslechescake_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_treslechescake_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_treslechescake_b.ydr new file mode 100644 index 000000000..84edb06ba Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_treslechescake_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_truffles_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_truffles_a.ydr new file mode 100644 index 000000000..7bec3bb33 Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_truffles_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_truffles_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_truffles_b.ydr new file mode 100644 index 000000000..39f26dfab Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_truffles_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_a.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_a.ydr new file mode 100644 index 000000000..3c1f9468e Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_a.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_b.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_b.ydr new file mode 100644 index 000000000..247649e3d Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_b.ydr differ diff --git a/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_c.ydr b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_c.ydr new file mode 100644 index 000000000..58aa9f8cf Binary files /dev/null and b/resources/[props]/bzzz_sugaryfood/stream/bzzz_sugary_wafer_c.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/fxmanifest.lua b/resources/[test]/bzzz_banners/bzzz_banners/fxmanifest.lua new file mode 100644 index 000000000..3ed4e7921 --- /dev/null +++ b/resources/[test]/bzzz_banners/bzzz_banners/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Banners' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_electro_banners.ytyp' + + diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064235_1.jpg b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064235_1.jpg new file mode 100644 index 000000000..a7b2393a3 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064235_1.jpg differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064249_1.jpg b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064249_1.jpg new file mode 100644 index 000000000..370cba301 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064249_1.jpg differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064308_1.jpg b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064308_1.jpg new file mode 100644 index 000000000..c559269aa Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064308_1.jpg differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064344_1.jpg b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064344_1.jpg new file mode 100644 index 000000000..af4ba2aa5 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064344_1.jpg differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064350_1.jpg b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064350_1.jpg new file mode 100644 index 000000000..d15dd6b91 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064350_1.jpg differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064435_1.jpg b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064435_1.jpg new file mode 100644 index 000000000..8cc397078 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064435_1.jpg differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064503_1.jpg b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064503_1.jpg new file mode 100644 index 000000000..76565ecf5 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/20230304064503_1.jpg differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/images/files.png b/resources/[test]/bzzz_banners/bzzz_banners/images/files.png new file mode 100644 index 000000000..ce094565c Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/images/files.png differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/readme.txt b/resources/[test]/bzzz_banners/bzzz_banners/readme.txt new file mode 100644 index 000000000..0a8b2a1c3 --- /dev/null +++ b/resources/[test]/bzzz_banners/bzzz_banners/readme.txt @@ -0,0 +1,33 @@ +Hi, +thank you for your purchase. + + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_banners" to resources folder +2) Add to server.cfg +3) Restart server + + + + +-------------------------------------------------- +If you stream props in another resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_electro_banners.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. +-------------------------------------------------- + +You can change the textures in OpenIV. +I recommend using 256 x 512 textures. \ No newline at end of file diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/_manifest.ymf b/resources/[test]/bzzz_banners/bzzz_banners/stream/_manifest.ymf new file mode 100644 index 000000000..ffdaac481 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/_manifest.ymf differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_banners.ymap b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_banners.ymap new file mode 100644 index 000000000..ad1124bdb Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_banners.ymap differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_a.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_a.ydr new file mode 100644 index 000000000..0dd27ae0f Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_a.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_b.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_b.ydr new file mode 100644 index 000000000..63129b03e Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_b.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_c.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_c.ydr new file mode 100644 index 000000000..993e8b828 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_c.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_d.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_d.ydr new file mode 100644 index 000000000..d40e5f330 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_d.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_e.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_e.ydr new file mode 100644 index 000000000..a5ae7fb2b Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_e.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_f.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_f.ydr new file mode 100644 index 000000000..b6b8bb73f Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_f.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_g.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_g.ydr new file mode 100644 index 000000000..d7c98ff29 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_g.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_h.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_h.ydr new file mode 100644 index 000000000..b162c9247 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_h.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_i.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_i.ydr new file mode 100644 index 000000000..0e13e8687 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_i.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_j.ydr b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_j.ydr new file mode 100644 index 000000000..b730efbf6 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banner_j.ydr differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banners.ytd b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banners.ytd new file mode 100644 index 000000000..6289ec827 Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banners.ytd differ diff --git a/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banners.ytyp b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banners.ytyp new file mode 100644 index 000000000..1ed2a963a Binary files /dev/null and b/resources/[test]/bzzz_banners/bzzz_banners/stream/bzzz_prop_electro_banners.ytyp differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/coords.txt b/resources/[test]/bzzz_billboards/bzzz_billboards/data/coords.txt new file mode 100644 index 000000000..231018f35 --- /dev/null +++ b/resources/[test]/bzzz_billboards/bzzz_billboards/data/coords.txt @@ -0,0 +1,60 @@ +Locations: + +bzzz_billboards_a +x = 1141 +y = -1690 +z = 34 + + +bzzz_billboards_b +x = 1176 +y = -979 +z = 45 + + +bzzz_billboards_c +x = 514 +y = -304 +z = 44 + + +bzzz_billboards_d +x = -243 +y = 235 +z = 99 + + +bzzz_billboards_e +x = -1469 +y = -489 +z = 34 + + +bzzz_billboards_f +x = -1989 +y = -368 +z = 38 + + +bzzz_billboards_g +x = -3051 +y = 235 +z = 14 + + +bzzz_billboards_h +x = 2872 +y = 4049 +z = 50 + + +bzzz_billboards_i +x = 1106 +y = 429 +z = 89 + + +bzzz_billboards_j +x = 1452 +y = 6484 +z = 19 \ No newline at end of file diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_a.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_a.png new file mode 100644 index 000000000..474efc85a Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_a.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_b.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_b.png new file mode 100644 index 000000000..09c214354 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_b.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_c.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_c.png new file mode 100644 index 000000000..8efcfbb7e Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_c.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_d.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_d.png new file mode 100644 index 000000000..e456bb4dc Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_d.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_e.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_e.png new file mode 100644 index 000000000..ddfc6f59e Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_e.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_f.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_f.png new file mode 100644 index 000000000..e7dbc7d0a Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_f.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_g.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_g.png new file mode 100644 index 000000000..32d2e5b3d Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_g.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_h.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_h.png new file mode 100644 index 000000000..3cefa78d7 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_h.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_i.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_i.png new file mode 100644 index 000000000..fb9709a28 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_i.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_j.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_j.png new file mode 100644 index 000000000..1498a73ce Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/images_for_inventory/bzzz_billboards_j.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/data/map.png b/resources/[test]/bzzz_billboards/bzzz_billboards/data/map.png new file mode 100644 index 000000000..ae2fba8b1 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/data/map.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/fxmanifest.lua b/resources/[test]/bzzz_billboards/bzzz_billboards/fxmanifest.lua new file mode 100644 index 000000000..0f8b5919b --- /dev/null +++ b/resources/[test]/bzzz_billboards/bzzz_billboards/fxmanifest.lua @@ -0,0 +1,15 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Billboards' +version '1.1.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/*.ytyp' + +files { + 'stream/*.ytyp', +} + + diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/1.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/1.png new file mode 100644 index 000000000..37d10c756 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/1.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/10.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/10.png new file mode 100644 index 000000000..58af60518 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/10.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/11.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/11.png new file mode 100644 index 000000000..85bf55f3b Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/11.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/12.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/12.png new file mode 100644 index 000000000..9b97afe05 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/12.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/2.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/2.png new file mode 100644 index 000000000..ea8694a2a Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/2.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/3.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/3.png new file mode 100644 index 000000000..b26f26c5e Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/3.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/4.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/4.png new file mode 100644 index 000000000..ae018ff5c Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/4.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/5.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/5.png new file mode 100644 index 000000000..54296fc0f Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/5.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/6.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/6.png new file mode 100644 index 000000000..8c2b512c4 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/6.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/7.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/7.png new file mode 100644 index 000000000..1bef29890 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/7.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/8.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/8.png new file mode 100644 index 000000000..071be3f72 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/8.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/9.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/9.png new file mode 100644 index 000000000..02fcf0a9c Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/9.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/images/files.png b/resources/[test]/bzzz_billboards/bzzz_billboards/images/files.png new file mode 100644 index 000000000..fd09dfdee Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/images/files.png differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/license.txt b/resources/[test]/bzzz_billboards/bzzz_billboards/license.txt new file mode 100644 index 000000000..46bb3ed7c --- /dev/null +++ b/resources/[test]/bzzz_billboards/bzzz_billboards/license.txt @@ -0,0 +1,4 @@ +All digital software and other digital items we provide are licensed, not sold. The license We Sell You grants you limited rights to consume and make use of the software and other digital items personally, and only against the account that was originally used to make the purchase. These rights to not give you permission to distribute, resell or share in any way the digital software and other digitals items we provide. To improve the readability of these terms, we may use terminology such as sell, purchase or buy. These should be interpreted in relation to the limited license we offer for the use of digital items or software. + + +https://bzzz.tebex.io/terms/checkout \ No newline at end of file diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/readme.txt b/resources/[test]/bzzz_billboards/bzzz_billboards/readme.txt new file mode 100644 index 000000000..a548e2adf --- /dev/null +++ b/resources/[test]/bzzz_billboards/bzzz_billboards/readme.txt @@ -0,0 +1,33 @@ +Hi, +thank you for your purchase. + +-------------------------------------------------- + +My contact: +Cfx forum: https://forum.cfx.re/u/bzzzi/summary +Tebex: https://bzzz.tebex.io/ +Discord: https://discord.gg/PpAHBCMW97 +-------------------------------------------------- + + + +Installation: +1) Insert folder "bzzz_billboards" to resources folder +2) Add to server.cfg +3) Restart server + + +-------------------------------------------------- +If you stream props in DIFFERENT resource, you must edit the fxmanifest. +Add this line: +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_billboards_package.ytyp' + + +Then the server must be restarted. +YTYP loads properties of props. + +If you are streaming files in this original resource, do nothing. +-------------------------------------------------- + +The ymap file spawns a prop. +If you don't want the prop, just delete the ymap file. \ No newline at end of file diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ydr new file mode 100644 index 000000000..c1fab9aaf Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ymap new file mode 100644 index 000000000..f89192497 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ytd new file mode 100644 index 000000000..a90e7855e Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_a.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ydr new file mode 100644 index 000000000..8f0519d24 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ymap new file mode 100644 index 000000000..fe0960d75 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ytd new file mode 100644 index 000000000..28d1eea0b Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_b.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ydr new file mode 100644 index 000000000..3daeb0d2c Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ymap new file mode 100644 index 000000000..655ef0c16 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ytd new file mode 100644 index 000000000..4f87195f3 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_c.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ydr new file mode 100644 index 000000000..c1a00ba13 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ymap new file mode 100644 index 000000000..0af7d9bb0 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ytd new file mode 100644 index 000000000..9cb9aab6f Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_d.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ydr new file mode 100644 index 000000000..2eebdd6fb Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ymap new file mode 100644 index 000000000..524915fb5 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ytd new file mode 100644 index 000000000..6def1be4e Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_e.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ydr new file mode 100644 index 000000000..bb408639f Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ymap new file mode 100644 index 000000000..c968c62a2 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ytd new file mode 100644 index 000000000..01096fe32 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_f.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ydr new file mode 100644 index 000000000..acb18ad8b Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ymap new file mode 100644 index 000000000..fef7ec700 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ytd new file mode 100644 index 000000000..258943369 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_g.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ydr new file mode 100644 index 000000000..f09eeb069 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ymap new file mode 100644 index 000000000..5bc798a81 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ytd new file mode 100644 index 000000000..feda8c0f3 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_h.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ydr new file mode 100644 index 000000000..60e4c8a2d Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ymap new file mode 100644 index 000000000..9dd281b5d Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ytd new file mode 100644 index 000000000..e0ac96d9f Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_i.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ydr b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ydr new file mode 100644 index 000000000..a1b2a500d Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ydr differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ymap b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ymap new file mode 100644 index 000000000..964b4a19b Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ymap differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ytd b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ytd new file mode 100644 index 000000000..cbe432f91 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_j.ytd differ diff --git a/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_package.ytyp b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_package.ytyp new file mode 100644 index 000000000..734752fb0 Binary files /dev/null and b/resources/[test]/bzzz_billboards/bzzz_billboards/stream/bzzz_billboards_package.ytyp differ