diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 186322084..bf2771a8e 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -699,7 +699,30 @@ CodeStudio.Products = { itemPrice = 100, itemInfo = "", }, - + ['baseball'] = { + itemName = "Baseball", + itemStock = 150, + itemPrice = 600, + itemInfo = "", + }, + ['soccer'] = { + itemName = "Fußball", + itemStock = 150, + itemPrice = 20, + itemInfo = "", + }, + ['football'] = { + itemName = "Football", + itemStock = 150, + itemPrice = 100, + itemInfo = "", + }, + ['basketball'] = { + itemName = "Basketball", + itemStock = 150, + itemPrice = 100, + itemInfo = "", + }, } }, @@ -1127,7 +1150,7 @@ CodeStudio.Products = { itemInfo = "Protective body armor", }, ['radio'] = { - itemName = "Radio", + itemName = "Funkgerät", itemStock = 50, itemPrice = 0, itemInfo = "Communication device for officers", @@ -1156,6 +1179,14 @@ CodeStudio.Products = { itemPrice = 500, itemInfo = "", }, + ['weapon_flashlight'] = { + itemName = "Taschenlampe", + itemStock = 150, + itemPrice = 50, + itemInfo = "", + }, + + } }, @@ -1619,6 +1650,31 @@ CodeStudio.Products = { itemPrice = 0, itemInfo = "", }, + ['weapon_flashlight'] = { + itemName = "Taschenlampe", + itemStock = 150, + itemPrice = 50, + itemInfo = "", + }, + ['binoculars'] = { + itemName = "Fernglas", + itemStock = 50, + itemPrice = 50, + itemInfo = "ey! du sollst net spannern!", + }, + ['emergencydrone'] = { + itemName = "Einsatz Drohne", + itemStock = 50, + itemPrice = 500, + itemInfo = "", + }, + ['radio'] = { + itemName = "Funkgerät", + itemStock = 50, + itemPrice = 100, + itemInfo = "", + }, + } }, ['cinema'] = { diff --git a/resources/[inventory]/mr-consumables/config/sh_config.lua b/resources/[inventory]/mr-consumables/config/sh_config.lua index 75a9e0bbe..ba27e1ef1 100644 --- a/resources/[inventory]/mr-consumables/config/sh_config.lua +++ b/resources/[inventory]/mr-consumables/config/sh_config.lua @@ -1697,7 +1697,7 @@ Config = { } }, ["burrito"] = { - PropModel = "prop_taco_01", + PropModel = "bzzz_food_burrito_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) @@ -1873,7 +1873,7 @@ Config = { ["dueruem"] = { - PropModel = "prop_taco_01", + PropModel = "bzzz_food_burrito_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) @@ -1987,7 +1987,7 @@ Config = { } }, ["doener"] = { - PropModel = "bzzz_camp_food_kebab", + PropModel = "bzzz_food_kebab_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) @@ -2187,8 +2187,8 @@ Config = { }, Use = { Animation = { - Dict = "anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1", - Anim = "base_idle", + Dict = "bzzz@restaurant@eat", + Anim = "bzzz_restaurant_eat", flag = 49, Speed = 1.0, }, @@ -2785,7 +2785,7 @@ Config = { } }, ["salsa_nachos"] = { - PropModel = "prop_food_chips", + PropModel = "bzzz_food_nachos_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) @@ -2842,7 +2842,7 @@ Config = { } }, ["cheeseanachos"] = { - PropModel = "prop_food_chips", + PropModel = "bzzz_food_nachos_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) @@ -3241,7 +3241,7 @@ Config = { } }, ["waffle_icream"] = { - PropModel = "bzzz_camp_food_melloburnt", + PropModel = "bzzz_food_dessert_a", UsesAmount = 2, Actions = { Enter = { @@ -4938,7 +4938,7 @@ Config = { }, }, ["slushi"] = { - PropModel = "v_62_ecolacup01", + PropModel = "prop_cs_bs_cup", UsesAmount = 4, -- 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) @@ -5008,7 +5008,7 @@ Config = { }, }, ["bubble_tea"] = { - PropModel = "scully_boba3", + PropModel = "bzzz_food_bubbletea_a", UsesAmount = 1, -- 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) @@ -6112,7 +6112,7 @@ Config = { ["munky_juice"] = { - PropModel = "prop_ld_flow_bottle", + PropModel = "bzzz_food_capisun_a", UsesAmount = 1, Actions = { Enter = { diff --git a/resources/[inventory]/qs-inventory/config/config.lua b/resources/[inventory]/qs-inventory/config/config.lua index fdd6c363d..16a44028a 100644 --- a/resources/[inventory]/qs-inventory/config/config.lua +++ b/resources/[inventory]/qs-inventory/config/config.lua @@ -102,7 +102,7 @@ Config.QBX = qbxHas Config.FetchOldInventory = false -- Set to 'true' only once to start the migration process, then return to 'false' immediately after. -Config.UseTarget = true -- Set to true to enable targeting with either 'qb-target' or 'ox_target', or false to disable entirely. +Config.UseTarget = false -- Set to true to enable targeting with either 'qb-target' or 'ox_target', or false to disable entirely. --[[ General Configuration Guide for the Inventory System diff --git a/resources/[inventory]/qs-inventory/config/vehicles.lua b/resources/[inventory]/qs-inventory/config/vehicles.lua index 325aa035b..2855b9852 100644 --- a/resources/[inventory]/qs-inventory/config/vehicles.lua +++ b/resources/[inventory]/qs-inventory/config/vehicles.lua @@ -71,6 +71,7 @@ Config.CustomTrunk = { [joaat('Hauler')] = { slots = 0, maxweight = 0 }, [joaat('Phantom2')] = { slots = 0, maxweight = 0 }, [joaat('Phantom')] = { slots = 0, maxweight = 0 }, + [joaat('brickade')] = { slots = 0, maxweight = 200000 }, } diff --git a/resources/[inventory]/qs-inventory/html/images/black_phone.png b/resources/[inventory]/qs-inventory/html/images/black_phone.png index b3158955d..dc8c847a4 100644 Binary files a/resources/[inventory]/qs-inventory/html/images/black_phone.png and b/resources/[inventory]/qs-inventory/html/images/black_phone.png differ diff --git a/resources/[inventory]/qs-inventory/html/images/phone_blue.png b/resources/[inventory]/qs-inventory/html/images/blue_phone.png similarity index 100% rename from resources/[inventory]/qs-inventory/html/images/phone_blue.png rename to resources/[inventory]/qs-inventory/html/images/blue_phone.png diff --git a/resources/[inventory]/qs-inventory/html/images/green_phone.png b/resources/[inventory]/qs-inventory/html/images/green_phone.png index 5fc11e2ca..f45e4a85f 100644 Binary files a/resources/[inventory]/qs-inventory/html/images/green_phone.png and b/resources/[inventory]/qs-inventory/html/images/green_phone.png differ diff --git a/resources/[inventory]/qs-inventory/html/images/phone_black.png b/resources/[inventory]/qs-inventory/html/images/phone_black.png deleted file mode 100644 index dc8c847a4..000000000 Binary files a/resources/[inventory]/qs-inventory/html/images/phone_black.png and /dev/null differ diff --git a/resources/[inventory]/qs-inventory/html/images/phone_green.png b/resources/[inventory]/qs-inventory/html/images/phone_green.png deleted file mode 100644 index f45e4a85f..000000000 Binary files a/resources/[inventory]/qs-inventory/html/images/phone_green.png and /dev/null differ diff --git a/resources/[inventory]/qs-inventory/html/images/white_phone.png b/resources/[inventory]/qs-inventory/html/images/white_phone.png deleted file mode 100644 index 061ce2c6d..000000000 Binary files a/resources/[inventory]/qs-inventory/html/images/white_phone.png and /dev/null differ diff --git a/resources/[props]/bzzz_food_dessert/bzzz_food_dessert_a.png b/resources/[props]/bzzz_food_dessert/bzzz_food_dessert_a.png new file mode 100644 index 000000000..540179201 Binary files /dev/null and b/resources/[props]/bzzz_food_dessert/bzzz_food_dessert_a.png differ diff --git a/resources/[props]/bzzz_food_dessert/configs.txt b/resources/[props]/bzzz_food_dessert/configs.txt new file mode 100644 index 000000000..55527b0be --- /dev/null +++ b/resources/[props]/bzzz_food_dessert/configs.txt @@ -0,0 +1,10 @@ +ox_inventory: +https://github.com/Mrs-BzZz/food_coords/blob/main/ox_inventory/smore.lua + + + + +qb-smallresources: +https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_smore.lua + + diff --git a/resources/[props]/bzzz_food_dessert/fxmanifest.lua b/resources/[props]/bzzz_food_dessert/fxmanifest.lua new file mode 100644 index 000000000..54d660bd4 --- /dev/null +++ b/resources/[props]/bzzz_food_dessert/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Dessert' +version '1.0.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_food_dessert_a.ytyp' + + diff --git a/resources/[props]/bzzz_food_dessert/images/20221119194134_1.jpg b/resources/[props]/bzzz_food_dessert/images/20221119194134_1.jpg new file mode 100644 index 000000000..1ae559ff1 Binary files /dev/null and b/resources/[props]/bzzz_food_dessert/images/20221119194134_1.jpg differ diff --git a/resources/[props]/bzzz_food_dessert/images/20221119194837_1.jpg b/resources/[props]/bzzz_food_dessert/images/20221119194837_1.jpg new file mode 100644 index 000000000..bb79c4238 Binary files /dev/null and b/resources/[props]/bzzz_food_dessert/images/20221119194837_1.jpg differ diff --git a/resources/[props]/bzzz_food_dessert/images/time.jpg b/resources/[props]/bzzz_food_dessert/images/time.jpg new file mode 100644 index 000000000..61f722baf Binary files /dev/null and b/resources/[props]/bzzz_food_dessert/images/time.jpg differ diff --git a/resources/[props]/bzzz_food_dessert/readme.txt b/resources/[props]/bzzz_food_dessert/readme.txt new file mode 100644 index 000000000..899b5d336 --- /dev/null +++ b/resources/[props]/bzzz_food_dessert/readme.txt @@ -0,0 +1,41 @@ +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_food_dessert" 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_food_dessert_a.ytyp' + + + + +Then the server must be restarted. +YTYP loads properties of props. + + + +Coords for eat animation: + +["desert"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat dessert", AnimationOptions = + { + Prop = 'bzzz_food_dessert_a', + PropBone = 18905, + PropPlacement = {0.15, 0.03, 0.03, -42.0, -36.0, 0.0}, + EmoteMoving = true, + }}, \ No newline at end of file diff --git a/resources/[props]/bzzz_food_dessert/stream/bzzz_food_dessert_a.ydr b/resources/[props]/bzzz_food_dessert/stream/bzzz_food_dessert_a.ydr new file mode 100644 index 000000000..2b72744d6 Binary files /dev/null and b/resources/[props]/bzzz_food_dessert/stream/bzzz_food_dessert_a.ydr differ diff --git a/resources/[props]/bzzz_food_dessert/stream/bzzz_food_dessert_a.ytyp b/resources/[props]/bzzz_food_dessert/stream/bzzz_food_dessert_a.ytyp new file mode 100644 index 000000000..478bb542e Binary files /dev/null and b/resources/[props]/bzzz_food_dessert/stream/bzzz_food_dessert_a.ytyp differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_bzzz_usableitems.lua b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_bzzz_usableitems.lua new file mode 100644 index 000000000..892d88b43 --- /dev/null +++ b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_bzzz_usableitems.lua @@ -0,0 +1,133 @@ +-- add to bzzz_usableitems V2 + + ----- FOOD ----- + + ["hotdog_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_hotdog_a", + xPos = 0.14, yPos = 0.06, zPos = 0.03, xRot = 20.0, yRot = -210.0, zRot = 0.0 + } + }, + ["hotdog_b"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_hotdog_b", + xPos = 0.14, yPos = 0.06, zPos = 0.03, xRot = 20.0, yRot = -210.0, zRot = 0.0 + } + }, + ["carneasada_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_carneasada_a", + xPos = 0.16, yPos = 0.05, zPos = 0.01, xRot = -31.0, yRot = 298.0, zRot = 7.0 + } + }, + ["nachos_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@pnq", + animationName = "loop" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_nachos_a", + xPos = 0.15, yPos = -0.05, zPos = 0.1, xRot = -176.0, yRot = 310.0, zRot = 189.0 + } + }, + ["kebab_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_kebab_a", + xPos = 0.15, yPos = 0.06, zPos = 0.04, xRot = -240.0, yRot = 310.0, zRot = 189.0 + } + }, + ["burrito_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_burrito_a", + xPos = 0.12, yPos = 0.02, zPos = 0.04, xRot = -240.0, yRot = 310.0, zRot = 189.0 + } + }, + ["churros_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_inteat@burger", + animationName = "mp_player_int_eat_burger" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_churros_a", + xPos = 0.12, yPos = 0.0, zPos = 0.09, xRot = -228.0, yRot = 310.0, zRot = 189.0 + } + }, + + + + + + + ----- DRINK ----- + + ["coffeecup_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_intdrink", + animationName = "loop_bottle" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_cooffeecup01_a", + xPos = 0.14, yPos = 0.0, zPos = 0.06, xRot = -224.0, yRot = -77.0, zRot = -132.0 + } + }, + ["bubbletea_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_intdrink", + animationName = "loop_bottle" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_bubbletea_a", + xPos = 0.12, yPos = 0.0, zPos = 0.05, xRot = -115.0, yRot = 296.0, zRot = 13.0 + } + }, + ["capisun_a"] = { + basicInfo = { + amountToAdd = 200000, + animationDict = "mp_player_intdrink", + animationName = "loop_bottle" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_food_capisun_a", + xPos = 0.11, yPos = -0.09, zPos = 0.1, xRot = -240.0, yRot = 310.0, zRot = 189.0 + } + }, + \ No newline at end of file diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_dpemotes.lua b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_dpemotes.lua new file mode 100644 index 000000000..41f26c3fc --- /dev/null +++ b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_dpemotes.lua @@ -0,0 +1,83 @@ +-- add to dpemotes + + + ["coffeecup_a"] = {"mp_player_intdrink", "loop_bottle", "Cup of coffee", AnimationOptions = + { + Prop = 'bzzz_food_cooffeecup01_a', + PropBone = 18905, + PropPlacement = {0.14, 0.0, 0.06, -224.0, -77.0, -132.0,}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["bubbletea_a"] = {"mp_player_intdrink", "loop_bottle", "Bubble tea", AnimationOptions = + { + Prop = 'bzzz_food_bubbletea_a', + PropBone = 18905, + PropPlacement = {0.12, 0.0, 0.05, -115.0, 296.0, 13.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["capisun_a"] = {"mp_player_intdrink", "loop_bottle", "Juice Capi-Sun", AnimationOptions = + { + Prop = 'bzzz_food_capisun_a', + PropBone = 18905, + PropPlacement = {0.11, -0.09, 0.1, -240.0, 310.0, 189.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["hotdog_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Hotdog with mustard", AnimationOptions = + { + Prop = "bzzz_food_hotdog_a", + PropBone = 18905, + PropPlacement = {0.14, 0.06, 0.03, 20.0, -210.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["hotdog_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Hotdog with ketchup", AnimationOptions = + { + Prop = "bzzz_food_hotdog_b", + PropBone = 18905, + PropPlacement = {0.14, 0.06, 0.03, 20.0, -210.0, 0.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["carneasada_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat carneasada", AnimationOptions = + { + Prop = "bzzz_food_carneasada_a", + PropBone = 18905, + PropPlacement = {0.16, 0.05, 0.01, -31.0, 298.0, 7.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["nachos_a"] = {"mp_player_inteat@pnq", "loop", "Eat nachos", AnimationOptions = + { + Prop = "bzzz_food_nachos_a", + PropBone = 18905, + PropPlacement = {0.15, -0.05, 0.1, -176.0, 310.0, 189.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["kebab_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat kebab", AnimationOptions = + { + Prop = "bzzz_food_kebab_a", + PropBone = 18905, + PropPlacement = {0.15, 0.06, 0.04, -240.0, 310.0, 189.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["burrito_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat burrito", AnimationOptions = + { + Prop = "bzzz_food_burrito_a", + PropBone = 18905, + PropPlacement = {0.12, 0.02, 0.04, -240.0, 310.0, 189.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["churros_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat churros", AnimationOptions = + { + Prop = "bzzz_food_churros_a", + PropBone = 18905, + PropPlacement = {0.12, 0.0, 0.09, -228.0, 310.0, 189.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_ox_inventory.txt b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_ox_inventory.txt new file mode 100644 index 000000000..20ba2968c --- /dev/null +++ b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_ox_inventory.txt @@ -0,0 +1 @@ +https://github.com/Mrs-BzZz/food_coords/blob/main/ox_inventory/bzzz_mixfood.lua \ No newline at end of file diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_qb-smallresources.txt b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_qb-smallresources.txt new file mode 100644 index 000000000..9e18656d3 --- /dev/null +++ b/resources/[props]/bzzz_mixfood/bzzz_mixfood/code_for_qb-smallresources.txt @@ -0,0 +1 @@ +https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_mixfood.lua \ No newline at end of file diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/fxmanifest.lua b/resources/[props]/bzzz_mixfood/bzzz_mixfood/fxmanifest.lua new file mode 100644 index 000000000..73a224db7 --- /dev/null +++ b/resources/[props]/bzzz_mixfood/bzzz_mixfood/fxmanifest.lua @@ -0,0 +1,11 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Bzzz - Mixfood' +version '1.0.0' + + + +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_food_hotdog_props.ytyp' + + diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/20221221185503_1.jpg b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/20221221185503_1.jpg new file mode 100644 index 000000000..8cff1ded9 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/20221221185503_1.jpg differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/20221221190217_1.jpg b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/20221221190217_1.jpg new file mode 100644 index 000000000..06366d044 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/20221221190217_1.jpg differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/animations.jpg b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/animations.jpg new file mode 100644 index 000000000..19e221a97 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/animations.jpg differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/gif.gif b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/gif.gif new file mode 100644 index 000000000..9c7a672f8 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/gif.gif differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/in_time.jpg b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/in_time.jpg new file mode 100644 index 000000000..e72d44a34 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images/in_time.jpg differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/bubbletea_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/bubbletea_a.png new file mode 100644 index 000000000..5334215a6 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/bubbletea_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/burrito_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/burrito_a.png new file mode 100644 index 000000000..5835d93ba Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/burrito_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/capisun_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/capisun_a.png new file mode 100644 index 000000000..4ce377f14 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/capisun_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/carneasada_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/carneasada_a.png new file mode 100644 index 000000000..76ef63268 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/carneasada_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/churros_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/churros_a.png new file mode 100644 index 000000000..16af58334 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/churros_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/coffeecup_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/coffeecup_a.png new file mode 100644 index 000000000..9c244dc96 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/coffeecup_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/hotdog_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/hotdog_a.png new file mode 100644 index 000000000..4e9d234a6 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/hotdog_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/hotdog_b.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/hotdog_b.png new file mode 100644 index 000000000..da726d9bb Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/hotdog_b.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/kebab_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/kebab_a.png new file mode 100644 index 000000000..118c1f3e9 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/kebab_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/nachos_a.png b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/nachos_a.png new file mode 100644 index 000000000..a521968c9 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/images_for_inventory/nachos_a.png differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/items.sql b/resources/[props]/bzzz_mixfood/bzzz_mixfood/items.sql new file mode 100644 index 000000000..b109a06ab --- /dev/null +++ b/resources/[props]/bzzz_mixfood/bzzz_mixfood/items.sql @@ -0,0 +1,12 @@ +INSERT INTO `items` (`name`, `label`, `weight`) VALUES + ('coffeecup_a', 'Cup of coffee', 1), + ('bubbletea_a', 'Bubble Tea', 1), + ('capisun_a', 'Juice Capi-Sun', 1), + ('hotdog_a', 'Hotdog with mustard', 1), + ('hotdog_b', 'Hotdog with ketchup', 1), + ('carneasada_a', 'Carne asada', 1), + ('nachos_a', 'Nachos', 1), + ('kebab_a', 'Kebab', 1), + ('burrito_a', 'Burrito', 1), + ('churros_a', 'Churros', 1) +; \ No newline at end of file diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/readme.txt b/resources/[props]/bzzz_mixfood/bzzz_mixfood/readme.txt new file mode 100644 index 000000000..581e511b4 --- /dev/null +++ b/resources/[props]/bzzz_mixfood/bzzz_mixfood/readme.txt @@ -0,0 +1,31 @@ +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_mixfood" 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_food_hotdog_props.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. + + +-------------------------------------------------- + +Do you need images for inventory? Join discord \ No newline at end of file diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_bubbletea_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_bubbletea_a.ydr new file mode 100644 index 000000000..9e85994b4 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_bubbletea_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_burrito_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_burrito_a.ydr new file mode 100644 index 000000000..a7900c097 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_burrito_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_capisun_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_capisun_a.ydr new file mode 100644 index 000000000..e7ddb19e7 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_capisun_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_carneasada_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_carneasada_a.ydr new file mode 100644 index 000000000..e43297f50 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_carneasada_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_churros_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_churros_a.ydr new file mode 100644 index 000000000..e5770238a Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_churros_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_cooffeecup01_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_cooffeecup01_a.ydr new file mode 100644 index 000000000..a5cc5d79e Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_cooffeecup01_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_a.ydr new file mode 100644 index 000000000..237db5ae2 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_b.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_b.ydr new file mode 100644 index 000000000..c282125f1 Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_b.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_props.ytyp b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_props.ytyp new file mode 100644 index 000000000..56cc5c58d Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_hotdog_props.ytyp differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_kebab_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_kebab_a.ydr new file mode 100644 index 000000000..49d9f1abb Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_kebab_a.ydr differ diff --git a/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_nachos_a.ydr b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_nachos_a.ydr new file mode 100644 index 000000000..2299ca39c Binary files /dev/null and b/resources/[props]/bzzz_mixfood/bzzz_mixfood/stream/bzzz_food_nachos_a.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/data/animation_coords.lua b/resources/[props]/bzzz_restaurantfood/data/animation_coords.lua new file mode 100644 index 000000000..b98f80bc3 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/animation_coords.lua @@ -0,0 +1,135 @@ + + + + ["food_a"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Schnitzel with fries", AnimationOptions = + { + Prop = "bzzz_restaurant_food_a", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_a', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_b"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Schnitzel with croquettes", AnimationOptions = + { + Prop = "bzzz_restaurant_food_b", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_b', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_c"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Spaghetti", AnimationOptions = + { + Prop = "bzzz_restaurant_food_c", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_c', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_d"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Grilled fish", AnimationOptions = + { + Prop = "bzzz_restaurant_food_d", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_d', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_e"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Steak with potatoes", AnimationOptions = + { + Prop = "bzzz_restaurant_food_e", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_e', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_f"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Steak with fries", AnimationOptions = + { + Prop = "bzzz_restaurant_food_f", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_a', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_g"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Lobster", AnimationOptions = + { + Prop = "bzzz_restaurant_food_g", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_d', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_h"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Eggs with toast", AnimationOptions = + { + Prop = "bzzz_restaurant_food_h", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_f', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_i"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Sushi", AnimationOptions = + { + Prop = "bzzz_restaurant_food_i", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_h', + SecondPropBone = 57005, + SecondPropPlacement = {0.11, 0.05, -0.02, 78.0, 150.0, 188.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_j"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Shrimps with sauce", AnimationOptions = + { + Prop = "bzzz_restaurant_food_j", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_material_shrimp_a', + SecondPropBone = 57005, + SecondPropPlacement = {0.14, 0.06, -0.05, 24.0, 282.0, 176.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_k"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Chicken with potatoes", AnimationOptions = + { + Prop = "bzzz_restaurant_food_k", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_e', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, + ["food_l"] = {"bzzz@restaurant@eat", "bzzz_restaurant_eat", "Vegetarian salad", AnimationOptions = + { + Prop = "bzzz_restaurant_food_l", + PropBone = 18905, + PropPlacement = {0.08, -0.04, 0.07, -30.0, 10.0, 0.0}, + SecondProp = 'bzzz_restaurant_fork_g', + SecondPropBone = 57005, + SecondPropPlacement = {0.1, 0.05, 0.0, -117.0, -68.0, -43.0}, + EmoteLoop = true, + EmoteMoving = true, + }}, \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/client-lua-preview.png b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/client-lua-preview.png new file mode 100644 index 000000000..f54340acc Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/client-lua-preview.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/config-lua-preview.png b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/config-lua-preview.png new file mode 100644 index 000000000..d730708dd Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/config-lua-preview.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/insert.sql b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/insert.sql new file mode 100644 index 000000000..5d066d5db --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/insert.sql @@ -0,0 +1,14 @@ +INSERT INTO `items` (`name`, `label`, `weight`) VALUES + ('res_food_a', 'Schnitzel with fries', 1), + ('res_food_b', 'Schnitzel with croquettes', 1), + ('res_food_c', 'Spaghetti', 1), + ('res_food_d', 'Grilled fish', 1), + ('res_food_e', 'Steak with potatoes', 1), + ('res_food_f', 'Steak with fries', 1), + ('res_food_g', 'Lobster', 1), + ('res_food_h', 'Eggs with toast', 1), + ('res_food_i', 'Sushi', 1), + ('res_food_j', 'Shrimps with sauce', 1), + ('res_food_k', 'Chicken with potatoes', 1), + ('res_food_l', 'Vegetarian salad', 1) +; \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/readme.txt b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/readme.txt new file mode 100644 index 000000000..8dc6c232b --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/readme.txt @@ -0,0 +1,71 @@ +1) If you're using version '2.0.0', it's necessary to add an additional section to the client.lua file. +This is so that the mouth moves while eating. Of course, you can use the old config, but your mouth won't move. + +-------- ADD CLIENT.LUA - BZZZ_USABLEITEMS verison 2.0.0. ---------------------- + +RegisterNetEvent('bzzz_usableitems:onEatPlates') +AddEventHandler('bzzz_usableitems:onEatPlates', function(basicInfo, firstProp, secondProp) + if not IsAnimated then + IsAnimated = true + + CreateThread(function() + local playerPed = PlayerPedId() + local x, y, z = table.unpack(GetEntityCoords(playerPed)) + + if secondProp and secondProp.propName then + local boneIndex2 = GetPedBoneIndex(playerPed, secondProp.boneIndex) + prop2 = CreateObject(secondProp.propName, x, y, z + 0.2, true, true, true) + AttachEntityToEntity(prop2, playerPed, boneIndex2, secondProp.xPos, secondProp.yPos, secondProp.zPos, secondProp.xRot, secondProp.yRot, secondProp.zRot, true, true, false, true, 1, true) + end + + local boneIndex = GetPedBoneIndex(playerPed, firstProp.boneIndex) + local prop = CreateObject(firstProp.propName, x, y, z + 0.2, true, true, true) + AttachEntityToEntity(prop, playerPed, boneIndex, firstProp.xPos, firstProp.yPos, firstProp.zPos, firstProp.xRot, firstProp.yRot, firstProp.zRot, true, true, false, true, 1, true) + + ESX.Streaming.RequestAnimDict(basicInfo.animationDictEat, function() + TaskPlayAnim(playerPed, basicInfo.animationDictEat, basicInfo.animationNameEat, 8.0, -8, -1, 49, 0, 0, 0, 0) + PlayFacialAnim(playerPed, basicInfo.animationNameChewing, basicInfo.animationDictChewing) + + Wait(6000) + IsAnimated = false + ClearPedSecondaryTask(playerPed) + DeleteObject(prop) + DeleteObject(prop2) + end) + end) + end +end) + +-------------------------------------------------------------------------------------- + + + +2) Also, edit the server.lua file. +Insert the code into the function! + + +-------- ADD SERVER.LUA - BZZZ_USABLEITEMS verison 2.0.0. ---------------------- + +for k, v in pairs(Config.Items['FoodPlates']) do + + ESX.RegisterUsableItem(k, function(source) + local _source = source + local xPlayer = ESX.GetPlayerFromId(_source) + xPlayer.removeInventoryItem(k, 1) + + TriggerClientEvent('esx_status:add', _source, 'hunger', v.basicInfo.amountToAdd) + TriggerClientEvent('bzzz_usableitems:onEatPlates', _source, v.basicInfo, v.firstProp, v.secondProp or nil) + xPlayer.showNotification('~q~Bon appetit!') + end) + end + +-------------------------------------------------------------------------------------- + + + +3) Paste the entire code from the file 'restaurant_code_for_usableitems.lua' into the configuration file in 'bzzz_usableitems'. + +After all changes, you must restart the server. It is never enough to restart the script only in txadmin. + + + diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/restaurant_config_for_usableitems.lua b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/restaurant_config_for_usableitems.lua new file mode 100644 index 000000000..a8a8db894 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/restaurant_config_for_usableitems.lua @@ -0,0 +1,236 @@ + -- insert bzzz_usableitems into Config.Items + + + + + FoodPlates = { -- Food which uses special animation for eating, like when you eating from plate or box :D chewing is included too + ['res_food_a'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_a", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_a", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_b'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_b", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_b", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_c'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_c", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_c", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_d'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_d", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_d", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_e'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_e", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_e", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_f'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_f", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_a", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_g'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_g", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_d", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_h'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_h", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_f", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_i'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_i", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_h", + xPos = 0.11, yPos = 0.05, zPos = -0.02, xRot = 78.0, yRot = 150.0, zRot = 188.0 + } + }, + ['res_food_j'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_j", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_material_shrimp_a", + xPos = 0.14, yPos = 0.06, zPos = -0.05, xRot = 24.0, yRot = 282.0, zRot = 176.0 + } + }, + ['res_food_k'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_k", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_e", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_l'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_l", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_g", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + + }, \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/server-lua-preview.png b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/server-lua-preview.png new file mode 100644 index 000000000..1afbb7d9c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_2.0.0/server-lua-preview.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/config-lua-preview.png b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/config-lua-preview.png new file mode 100644 index 000000000..d730708dd Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/config-lua-preview.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/insert.sql b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/insert.sql new file mode 100644 index 000000000..5d066d5db --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/insert.sql @@ -0,0 +1,14 @@ +INSERT INTO `items` (`name`, `label`, `weight`) VALUES + ('res_food_a', 'Schnitzel with fries', 1), + ('res_food_b', 'Schnitzel with croquettes', 1), + ('res_food_c', 'Spaghetti', 1), + ('res_food_d', 'Grilled fish', 1), + ('res_food_e', 'Steak with potatoes', 1), + ('res_food_f', 'Steak with fries', 1), + ('res_food_g', 'Lobster', 1), + ('res_food_h', 'Eggs with toast', 1), + ('res_food_i', 'Sushi', 1), + ('res_food_j', 'Shrimps with sauce', 1), + ('res_food_k', 'Chicken with potatoes', 1), + ('res_food_l', 'Vegetarian salad', 1) +; \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/restaurant_config_for_usableitems.lua b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/restaurant_config_for_usableitems.lua new file mode 100644 index 000000000..3408a03e3 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/for_version_3.0.0/restaurant_config_for_usableitems.lua @@ -0,0 +1,237 @@ + -- insert bzzz_usableitems into Config.Items + -- "res_food_a" already exists in the config + + + + + FoodPlates = { -- Food which uses special animation for eating, like when you eating from plate or box :D chewing is included too + ['res_food_a'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_a", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_a", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_b'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_b", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_b", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_c'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_c", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_c", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_d'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_d", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_d", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_e'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_e", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_e", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_f'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_f", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_a", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_g'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_g", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_d", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_h'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_h", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_f", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_i'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_i", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_h", + xPos = 0.11, yPos = 0.05, zPos = -0.02, xRot = 78.0, yRot = 150.0, zRot = 188.0 + } + }, + ['res_food_j'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_j", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_material_shrimp_a", + xPos = 0.14, yPos = 0.06, zPos = -0.05, xRot = 24.0, yRot = 282.0, zRot = 176.0 + } + }, + ['res_food_k'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_k", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_e", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + ['res_food_l'] = { + basicInfo = { + amountToAdd = 200000, -- Adds food to your status bar (require esx_status) + animationDictEat = "bzzz@restaurant@eat", + animationNameEat = "bzzz_restaurant_eat", + animationDictChewing = "facials@gen_male@base", + animationNameChewing = "eating_1" + }, + firstProp = { + boneIndex = 18905, + propName = "bzzz_restaurant_food_l", + xPos = 0.08, yPos = -0.04, zPos = 0.07, xRot = -30.0, yRot = 10.0, zRot = 0.0 + }, + secondProp = { + boneIndex = 57005, + propName = "bzzz_restaurant_fork_g", + xPos = 0.1, yPos = 0.05, zPos = 0.0, xRot = -117.0, yRot = -68.0, zRot = -43.0 + } + }, + + }, \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/readme.txt b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/readme.txt new file mode 100644 index 000000000..1a08e927f --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/bzzz_usableitems/readme.txt @@ -0,0 +1 @@ +I'm sorry if it's not clear. If you have a problem, be sure to contact me :) \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/client.lua b/resources/[props]/bzzz_restaurantfood/data/client.lua new file mode 100644 index 000000000..20b5a0258 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/client.lua @@ -0,0 +1,38 @@ +--[[ + +- Animation template example +- Mouth opening does not work for addon animations +- You have to run two animations :( +- I'm not a scripter, so it's not in my power to help you with the script + + +]]-- + + +RegisterCommand('food_a', function() + local playerPed = PlayerPedId() + local x, y, z = table.unpack(GetEntityCoords(playerPed)) + + -- First prop + local boneIndex = GetPedBoneIndex(playerPed, 18905) + local prop = CreateObject('bzzz_restaurant_food_a', x, y, z + 0.2, true, true, true) + AttachEntityToEntity(prop, playerPed, boneIndex, 0.08, -0.04, 0.07, -30.0, 10.0, 0.0, true, true, false, true, 1, true) + + -- Second prop + local boneIndex2 = GetPedBoneIndex(playerPed, 57005) + prop2 = CreateObject('bzzz_restaurant_fork_a', x, y, z + 0.2, true, true, true) + AttachEntityToEntity(prop2, playerPed, boneIndex2, 0.1, 0.05, 0.0, -117.0, -68.0, -43.0, true, true, false, true, 1, true) + + -- Animations + RequestAnimDict('bzzz@restaurant@eat') --'bzzz@restaurant@eat', 'bzzz_restaurant_eat' + RequestAnimDict('facials@gen_male@base') -- mouth opening + while (not HasAnimDictLoaded("bzzz@restaurant@eat")) do Wait(10) end + while (not HasAnimDictLoaded("facials@gen_male@base")) do Wait(10) end + TaskPlayAnim(playerPed,"bzzz@restaurant@eat","bzzz_restaurant_eat", 8.0, -8, -1, 49, 0, 0, 0, 0) + PlayFacialAnim(playerPed, 'eating_1', 'facials@gen_male@base') + + Wait(5000) -- animation duration + ClearPedSecondaryTask(playerPed) + DeleteObject(prop) + DeleteObject(prop2) +end) \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/data_for_ox_inventory/2items_bug.pdf b/resources/[props]/bzzz_restaurantfood/data/data_for_ox_inventory/2items_bug.pdf new file mode 100644 index 000000000..eb0dfa22c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/data_for_ox_inventory/2items_bug.pdf differ diff --git a/resources/[props]/bzzz_restaurantfood/data/data_for_ox_inventory/items.lua b/resources/[props]/bzzz_restaurantfood/data/data_for_ox_inventory/items.lua new file mode 100644 index 000000000..5a118e6d1 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/data_for_ox_inventory/items.lua @@ -0,0 +1,301 @@ +--copy and paste into ox_inventory +----------------------------------------------- bzzz_restaurantfood ---------------------------------- + + ['res_food_a'] = { + label = 'Schnitzel with fries', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Schnitzel with fries", + client = { + status = { hunger = 200000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_a', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_a', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_b'] = { + label = 'Schnitzel with croquettes', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Schnitzel with croquettes", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_b', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_b', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_c'] = { + label = 'Spaghetti', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Spaghetti", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_c', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_c', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_d'] = { + label = 'Grilled fish', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Grilled fish", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_d', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_d', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_e'] = { + label = 'Steak with potatoes', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Steak with potatoes", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_e', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_e', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_f'] = { + label = 'Steak with fries', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Steak with fries", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_f', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_a', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + + usetime = 17500, + }, + }, + + ['res_food_g'] = { + label = 'Lobster', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Lobster", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_g', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_d', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_h'] = { + label = 'Eggs with toast', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Eggs with toast", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_h', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_f', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_i'] = { + label = 'Sushi', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Sushi", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_i', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_h', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + + ['res_food_j'] = { + label = 'Shrimps with sauce', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Shrimps with sauce", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_j', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_material_shrimp_a', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + ['res_food_k'] = { + label = 'Chicken with potatoes', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Chicken with potatoes", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_k', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_e', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, + ['res_food_l'] = { + label = 'Vegetarian salad', + degrade = 2880,-- 48 stunden + weight = 200, + stack = false, + close = true, + description = "Vegetarian salad", + client = { + status = { hunger = 150000 }, + anim = { dict = 'bzzz@restaurant@eat', clip = 'bzzz_restaurant_eat' }, + + prop = { model = 'bzzz_restaurant_food_l', + bone = 60309, + pos = vec3(0.08, -0.04, 0.07), + rot = vec3(-30.0, 10.0, 0.0) }, + + propTwo = { model = 'bzzz_restaurant_fork_g', + bone = 28422, + pos = vec3(0.07, 0.05, -0.03), + rot = vec3(-100.0, 24.0, -86.0) }, + usetime = 17500, + notification = 'You have satisfied your hunger' + }, + }, \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_a.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_a.png new file mode 100644 index 000000000..27a259d07 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_b.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_b.png new file mode 100644 index 000000000..7b1d694ca Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_c.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_c.png new file mode 100644 index 000000000..d699689af Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_d.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_d.png new file mode 100644 index 000000000..1106adf28 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_d.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_e.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_e.png new file mode 100644 index 000000000..7eddbe90f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_e.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_f.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_f.png new file mode 100644 index 000000000..ebf4064c5 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_f.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_g.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_g.png new file mode 100644 index 000000000..1269f5831 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_g.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_h.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_h.png new file mode 100644 index 000000000..059936d01 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_h.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_i.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_i.png new file mode 100644 index 000000000..fa607ddd7 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_i.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_j.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_j.png new file mode 100644 index 000000000..3ba62ddd8 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_j.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_k.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_k.png new file mode 100644 index 000000000..c9b0c8907 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_k.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_l.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_l.png new file mode 100644 index 000000000..beebdcfe1 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_food_l.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_a.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_a.png new file mode 100644 index 000000000..79d73aea3 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_b.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_b.png new file mode 100644 index 000000000..000b81453 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_c.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_c.png new file mode 100644 index 000000000..84cf2b03d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_d.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_d.png new file mode 100644 index 000000000..9bf599ebf Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_d.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_e.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_e.png new file mode 100644 index 000000000..ca9bfbcbd Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_e.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_f.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_f.png new file mode 100644 index 000000000..4b791b6b5 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_f.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_g.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_g.png new file mode 100644 index 000000000..04828f3ba Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_g.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_h.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_h.png new file mode 100644 index 000000000..9908220c9 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_h.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_i.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_i.png new file mode 100644 index 000000000..eeddb480d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_fork_i.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_beanpod.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_beanpod.png new file mode 100644 index 000000000..a91a8b5ea Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_beanpod.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_cheese.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_cheese.png new file mode 100644 index 000000000..970594407 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_cheese.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_chicken.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_chicken.png new file mode 100644 index 000000000..f648ed4da Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_chicken.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_croquettes.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_croquettes.png new file mode 100644 index 000000000..30c0a2d72 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_croquettes.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_cucumber.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_cucumber.png new file mode 100644 index 000000000..e12222182 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_cucumber.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_egg.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_egg.png new file mode 100644 index 000000000..8500b89da Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_egg.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_egg2.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_egg2.png new file mode 100644 index 000000000..a15dd0b3d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_egg2.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_fish.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_fish.png new file mode 100644 index 000000000..4848f3518 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_fish.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_frenchfries.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_frenchfries.png new file mode 100644 index 000000000..4bff6695c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_frenchfries.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_lemon.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_lemon.png new file mode 100644 index 000000000..0c535bb1e Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_lemon.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_lobster.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_lobster.png new file mode 100644 index 000000000..ccc029d3d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_lobster.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_a.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_a.png new file mode 100644 index 000000000..2dcefa07f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_b.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_b.png new file mode 100644 index 000000000..c74769e71 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_c.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_c.png new file mode 100644 index 000000000..0ddad185d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_plate_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_potatoes.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_potatoes.png new file mode 100644 index 000000000..942b2db94 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_potatoes.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_salad.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_salad.png new file mode 100644 index 000000000..ec50b4497 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_salad.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_schnitzel.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_schnitzel.png new file mode 100644 index 000000000..0635f7bff Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_schnitzel.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_shrimp_a.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_shrimp_a.png new file mode 100644 index 000000000..a27aa83db Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_shrimp_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_shrimp_b.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_shrimp_b.png new file mode 100644 index 000000000..4466dbd77 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_shrimp_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_spaghetti.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_spaghetti.png new file mode 100644 index 000000000..6047786eb Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_spaghetti.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_steak.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_steak.png new file mode 100644 index 000000000..c9ae87be6 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_steak.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_a.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_a.png new file mode 100644 index 000000000..75325d07c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_b.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_b.png new file mode 100644 index 000000000..baa457d8b Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_c.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_c.png new file mode 100644 index 000000000..a0c8aa394 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_sushi_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_toast.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_toast.png new file mode 100644 index 000000000..4c41ccf93 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_toast.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_tomato.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_tomato.png new file mode 100644 index 000000000..446be9089 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_material_tomato.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_pot_lobster.png b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_pot_lobster.png new file mode 100644 index 000000000..bd1825a71 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/images_for_inventory/res_pot_lobster.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/qb-smallresources/Instructions.txt b/resources/[props]/bzzz_restaurantfood/data/qb-smallresources/Instructions.txt new file mode 100644 index 000000000..b9657af99 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/qb-smallresources/Instructions.txt @@ -0,0 +1 @@ +https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_restaurantfood.lua \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/credit.txt b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/credit.txt new file mode 100644 index 000000000..f0dbd4e67 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/credit.txt @@ -0,0 +1,8 @@ +Inventory images in GTA style were created for you by Yaroph +Thanks <3 + +https://forum.cfx.re/t/1000-hq-draw-icons-for-inventory-pack/5175953 +https://pixel-art-roleplay-inventory-i.tebex.io/ + + + diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_a.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_a.png new file mode 100644 index 000000000..743e29707 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_b.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_b.png new file mode 100644 index 000000000..852a6848b Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_c.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_c.png new file mode 100644 index 000000000..558dd63c9 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_d.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_d.png new file mode 100644 index 000000000..2ce863aa4 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_d.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_e.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_e.png new file mode 100644 index 000000000..97b725c05 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_e.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_f.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_f.png new file mode 100644 index 000000000..0b349f35b Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_f.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_g.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_g.png new file mode 100644 index 000000000..38d27a30e Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_g.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_h.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_h.png new file mode 100644 index 000000000..d83d4e97e Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_h.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_i.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_i.png new file mode 100644 index 000000000..ce74f6e40 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_i.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_j.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_j.png new file mode 100644 index 000000000..cc624e1a8 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_j.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_k.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_k.png new file mode 100644 index 000000000..0efff0fbf Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_k.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_l.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_l.png new file mode 100644 index 000000000..23991ba52 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_food_l.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_a.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_a.png new file mode 100644 index 000000000..b62991de6 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_b.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_b.png new file mode 100644 index 000000000..92e970975 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_c.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_c.png new file mode 100644 index 000000000..fb8a10b88 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_d.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_d.png new file mode 100644 index 000000000..d093f281f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_d.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_e.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_e.png new file mode 100644 index 000000000..d2663d285 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_e.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_f.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_f.png new file mode 100644 index 000000000..72a14f13f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_f.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_g.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_g.png new file mode 100644 index 000000000..4f1ed3220 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_g.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_h.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_h.png new file mode 100644 index 000000000..6760cfb02 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_h.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_i.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_i.png new file mode 100644 index 000000000..c3b595892 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_fork_i.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_beanpod.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_beanpod.png new file mode 100644 index 000000000..1311dcce2 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_beanpod.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_cheese.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_cheese.png new file mode 100644 index 000000000..3a6a0ff2a Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_cheese.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_chicken.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_chicken.png new file mode 100644 index 000000000..02cefb9f6 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_chicken.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_croquettes.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_croquettes.png new file mode 100644 index 000000000..5e5c29a5d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_croquettes.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_cucumber.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_cucumber.png new file mode 100644 index 000000000..a062fbc0d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_cucumber.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_egg.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_egg.png new file mode 100644 index 000000000..daa70e7e9 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_egg.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_egg2.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_egg2.png new file mode 100644 index 000000000..29b66be1e Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_egg2.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_fish.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_fish.png new file mode 100644 index 000000000..9948c2d29 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_fish.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_frenchfries.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_frenchfries.png new file mode 100644 index 000000000..b6973ced4 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_frenchfries.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_lemon.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_lemon.png new file mode 100644 index 000000000..b67c4288c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_lemon.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_lobster.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_lobster.png new file mode 100644 index 000000000..579c2d389 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_lobster.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_a.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_a.png new file mode 100644 index 000000000..7dae4dfb4 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_b.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_b.png new file mode 100644 index 000000000..48f72293b Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_c.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_c.png new file mode 100644 index 000000000..97c8a7de8 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_plate_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_potatoes.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_potatoes.png new file mode 100644 index 000000000..92f516072 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_potatoes.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_salad.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_salad.png new file mode 100644 index 000000000..bd6a5d1c1 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_salad.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_schnitzel.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_schnitzel.png new file mode 100644 index 000000000..12c8d3fc3 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_schnitzel.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_shrimp_a.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_shrimp_a.png new file mode 100644 index 000000000..60d522f40 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_shrimp_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_shrimp_b.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_shrimp_b.png new file mode 100644 index 000000000..27d13022f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_shrimp_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_spaghetti.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_spaghetti.png new file mode 100644 index 000000000..c8e1040ed Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_spaghetti.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_steak.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_steak.png new file mode 100644 index 000000000..e5d54d498 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_steak.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_a.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_a.png new file mode 100644 index 000000000..db7a78a2a Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_a.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_b.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_b.png new file mode 100644 index 000000000..614a8cb51 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_b.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_c.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_c.png new file mode 100644 index 000000000..2610cba63 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_sushi_c.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_toast.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_toast.png new file mode 100644 index 000000000..23896812c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_toast.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_tomato.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_tomato.png new file mode 100644 index 000000000..d5f3f3d37 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_material_tomato.png differ diff --git a/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_pot_lobster.png b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_pot_lobster.png new file mode 100644 index 000000000..346d23acb Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/data/restaurant_images_gta_style/res_pot_lobster.png differ diff --git a/resources/[props]/bzzz_restaurantfood/fxmanifest.lua b/resources/[props]/bzzz_restaurantfood/fxmanifest.lua new file mode 100644 index 000000000..0b875af31 --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/fxmanifest.lua @@ -0,0 +1,26 @@ +fx_version 'cerulean' +game { 'gta5' } +author 'BzZz' +description 'Restaurant props' +version '1.1.0' + + + + + +-- loading props -- +data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_restaurant_foodpack.ytyp' + + + + + + + +--------------------------------------------------------------------------------------- +-- example of mouth movement -- +-- disabled by default -- +--[[client_scripts { + 'data/client.lua' +} +--]] diff --git a/resources/[props]/bzzz_restaurantfood/images/20230403192413_1.png b/resources/[props]/bzzz_restaurantfood/images/20230403192413_1.png new file mode 100644 index 000000000..8d5bd5b17 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/20230403192413_1.png differ diff --git a/resources/[props]/bzzz_restaurantfood/images/20230403192448_1.png b/resources/[props]/bzzz_restaurantfood/images/20230403192448_1.png new file mode 100644 index 000000000..034b578dd Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/20230403192448_1.png differ diff --git a/resources/[props]/bzzz_restaurantfood/images/20230403192459_1.png b/resources/[props]/bzzz_restaurantfood/images/20230403192459_1.png new file mode 100644 index 000000000..14624d0fc Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/20230403192459_1.png differ diff --git a/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-40-PM-4193.jpg b/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-40-PM-4193.jpg new file mode 100644 index 000000000..775e7614c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-40-PM-4193.jpg differ diff --git a/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-44-PM-5080.jpg b/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-44-PM-5080.jpg new file mode 100644 index 000000000..31389fe35 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-44-PM-5080.jpg differ diff --git a/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-53-PM-2757.jpg b/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-53-PM-2757.jpg new file mode 100644 index 000000000..51f8d560a Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/Collage Maker-03-Apr-2023-07-53-PM-2757.jpg differ diff --git a/resources/[props]/bzzz_restaurantfood/images/files.png b/resources/[props]/bzzz_restaurantfood/images/files.png new file mode 100644 index 000000000..c1a229547 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/files.png differ diff --git a/resources/[props]/bzzz_restaurantfood/images/preview.png b/resources/[props]/bzzz_restaurantfood/images/preview.png new file mode 100644 index 000000000..5cbc37a91 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/images/preview.png differ diff --git a/resources/[props]/bzzz_restaurantfood/readme.txt b/resources/[props]/bzzz_restaurantfood/readme.txt new file mode 100644 index 000000000..948aae01f --- /dev/null +++ b/resources/[props]/bzzz_restaurantfood/readme.txt @@ -0,0 +1,38 @@ +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_restaurantfood" 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_restaurant_foodpack.ytyp' + +Then the server must be restarted. +YTYP loads properties of props. +-------------------------------------------------- + +The lip sync does not work in addon animations (even though it is included in the animation), +therefore a GTA animation must be triggered for the lip movement. +An example of how to do this can be found in the 'data' folder. +In this folder, you will also find instructions for bzzz_usableitems. +However, if you want to use the animation in dpemotes, rpemotes, and other menus, +the lips will likely not move, and you will have to script it yourself. +Unfortunately, I cannot write scripts, so I am not able to help you with this. \ No newline at end of file diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz@restaurant@eat.ycd b/resources/[props]/bzzz_restaurantfood/stream/bzzz@restaurant@eat.ycd new file mode 100644 index 000000000..2dcdbab6b Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz@restaurant@eat.ycd differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_a.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_a.ydr new file mode 100644 index 000000000..8c6783ded Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_a.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_b.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_b.ydr new file mode 100644 index 000000000..e193f5b7c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_b.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_c.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_c.ydr new file mode 100644 index 000000000..883ded6a7 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_c.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_d.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_d.ydr new file mode 100644 index 000000000..1e2d64d29 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_d.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_e.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_e.ydr new file mode 100644 index 000000000..8ff77fba5 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_e.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_f.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_f.ydr new file mode 100644 index 000000000..20628cd2f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_f.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_g.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_g.ydr new file mode 100644 index 000000000..b509e978b Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_g.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_h.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_h.ydr new file mode 100644 index 000000000..3fecfe968 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_h.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_i.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_i.ydr new file mode 100644 index 000000000..bf4f43673 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_i.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_j.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_j.ydr new file mode 100644 index 000000000..287dece85 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_j.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_k.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_k.ydr new file mode 100644 index 000000000..dd34d3c76 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_k.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_l.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_l.ydr new file mode 100644 index 000000000..d04c18878 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_food_l.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_foodpack.ytd b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_foodpack.ytd new file mode 100644 index 000000000..b5221419e Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_foodpack.ytd differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_foodpack.ytyp b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_foodpack.ytyp new file mode 100644 index 000000000..1535df4c4 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_foodpack.ytyp differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_a.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_a.ydr new file mode 100644 index 000000000..772c84d81 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_a.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_b.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_b.ydr new file mode 100644 index 000000000..5f3dcfa50 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_b.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_c.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_c.ydr new file mode 100644 index 000000000..fe1d06151 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_c.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_d.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_d.ydr new file mode 100644 index 000000000..96a86f89f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_d.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_e.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_e.ydr new file mode 100644 index 000000000..d52b64281 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_e.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_f.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_f.ydr new file mode 100644 index 000000000..1a812bed4 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_f.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_g.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_g.ydr new file mode 100644 index 000000000..2bb6da75f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_g.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_h.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_h.ydr new file mode 100644 index 000000000..f60efab82 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_h.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_i.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_i.ydr new file mode 100644 index 000000000..cff5c205f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_fork_i.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_beanpod.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_beanpod.ydr new file mode 100644 index 000000000..38843c6ab Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_beanpod.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_cheese.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_cheese.ydr new file mode 100644 index 000000000..72b8a7be2 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_cheese.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_chicken.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_chicken.ydr new file mode 100644 index 000000000..86fc9d94d Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_chicken.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_croquettes.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_croquettes.ydr new file mode 100644 index 000000000..aa64a3249 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_croquettes.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_cucumber.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_cucumber.ydr new file mode 100644 index 000000000..e50ea93db Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_cucumber.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_egg.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_egg.ydr new file mode 100644 index 000000000..00154db41 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_egg.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_egg2.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_egg2.ydr new file mode 100644 index 000000000..90639b78f Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_egg2.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_fish.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_fish.ydr new file mode 100644 index 000000000..d51b73fe3 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_fish.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_frenchfries.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_frenchfries.ydr new file mode 100644 index 000000000..3b0880aea Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_frenchfries.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_lemon.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_lemon.ydr new file mode 100644 index 000000000..974d256e5 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_lemon.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_lobster.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_lobster.ydr new file mode 100644 index 000000000..ded1f5d71 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_lobster.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_potatoes.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_potatoes.ydr new file mode 100644 index 000000000..ffafbd331 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_potatoes.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_salad.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_salad.ydr new file mode 100644 index 000000000..620209e25 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_salad.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_schnitzel.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_schnitzel.ydr new file mode 100644 index 000000000..d51f801bc Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_schnitzel.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_shrimp_a.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_shrimp_a.ydr new file mode 100644 index 000000000..478f0d890 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_shrimp_a.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_shrimp_b.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_shrimp_b.ydr new file mode 100644 index 000000000..29bc5cfa0 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_shrimp_b.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_spaghetti.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_spaghetti.ydr new file mode 100644 index 000000000..b3eee389a Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_spaghetti.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_steak.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_steak.ydr new file mode 100644 index 000000000..7f680d70c Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_steak.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_a.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_a.ydr new file mode 100644 index 000000000..7e236aca7 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_a.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_b.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_b.ydr new file mode 100644 index 000000000..8499bbfd6 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_b.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_c.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_c.ydr new file mode 100644 index 000000000..3155a7945 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_sushi_c.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_toast.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_toast.ydr new file mode 100644 index 000000000..90dcc90a0 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_toast.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_tomato.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_tomato.ydr new file mode 100644 index 000000000..c66a1bdda Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_material_tomato.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_a.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_a.ydr new file mode 100644 index 000000000..d29271eec Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_a.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_b.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_b.ydr new file mode 100644 index 000000000..6686bb3a1 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_b.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_c.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_c.ydr new file mode 100644 index 000000000..8d45c9c42 Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_plate_c.ydr differ diff --git a/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_pot_lobster.ydr b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_pot_lobster.ydr new file mode 100644 index 000000000..aee6e4c4a Binary files /dev/null and b/resources/[props]/bzzz_restaurantfood/stream/bzzz_restaurant_pot_lobster.ydr differ