This commit is contained in:
Nordi98 2025-06-15 02:07:50 +02:00
parent 65fb8a9793
commit beb46174cd
225 changed files with 1525 additions and 14 deletions

View file

@ -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
}
},

View file

@ -0,0 +1,83 @@
-- add to dpemotes
["coffeecup_a"] = {"mp_player_intdrink", "loop_bottle", "Cup of coffee", AnimationOptions =
{
Prop = 'bzzz_food_cooffeecup01_a',
PropBone = 18905,
PropPlacement = {0.14, 0.0, 0.06, -224.0, -77.0, -132.0,},
EmoteLoop = true,
EmoteMoving = true,
}},
["bubbletea_a"] = {"mp_player_intdrink", "loop_bottle", "Bubble tea", AnimationOptions =
{
Prop = 'bzzz_food_bubbletea_a',
PropBone = 18905,
PropPlacement = {0.12, 0.0, 0.05, -115.0, 296.0, 13.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["capisun_a"] = {"mp_player_intdrink", "loop_bottle", "Juice Capi-Sun", AnimationOptions =
{
Prop = 'bzzz_food_capisun_a',
PropBone = 18905,
PropPlacement = {0.11, -0.09, 0.1, -240.0, 310.0, 189.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["hotdog_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Hotdog with mustard", AnimationOptions =
{
Prop = "bzzz_food_hotdog_a",
PropBone = 18905,
PropPlacement = {0.14, 0.06, 0.03, 20.0, -210.0, 0.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["hotdog_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Hotdog with ketchup", AnimationOptions =
{
Prop = "bzzz_food_hotdog_b",
PropBone = 18905,
PropPlacement = {0.14, 0.06, 0.03, 20.0, -210.0, 0.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["carneasada_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat carneasada", AnimationOptions =
{
Prop = "bzzz_food_carneasada_a",
PropBone = 18905,
PropPlacement = {0.16, 0.05, 0.01, -31.0, 298.0, 7.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["nachos_a"] = {"mp_player_inteat@pnq", "loop", "Eat nachos", AnimationOptions =
{
Prop = "bzzz_food_nachos_a",
PropBone = 18905,
PropPlacement = {0.15, -0.05, 0.1, -176.0, 310.0, 189.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["kebab_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat kebab", AnimationOptions =
{
Prop = "bzzz_food_kebab_a",
PropBone = 18905,
PropPlacement = {0.15, 0.06, 0.04, -240.0, 310.0, 189.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["burrito_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat burrito", AnimationOptions =
{
Prop = "bzzz_food_burrito_a",
PropBone = 18905,
PropPlacement = {0.12, 0.02, 0.04, -240.0, 310.0, 189.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["churros_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat churros", AnimationOptions =
{
Prop = "bzzz_food_churros_a",
PropBone = 18905,
PropPlacement = {0.12, 0.0, 0.09, -228.0, 310.0, 189.0},
EmoteLoop = true,
EmoteMoving = true,
}},

View file

@ -0,0 +1 @@
https://github.com/Mrs-BzZz/food_coords/blob/main/ox_inventory/bzzz_mixfood.lua

View file

@ -0,0 +1 @@
https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_mixfood.lua

View file

@ -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'

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -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)
;

View file

@ -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