neue props
|
|
@ -0,0 +1,19 @@
|
|||
-- Template
|
||||
|
||||
["cotton_candy_yellow"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat cotton candy yellow", AnimationOptions =
|
||||
{
|
||||
Prop = "bzzz_candy_cotton_yellow", --or bzzz_candy_cotton_pink, bzzz_candy_cotton_blue, bzzz_candy_cotton_red, bzzz_candy_cotton_stick
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.15, 0.07, 0.0, -50.0, 150.0, 0.0},
|
||||
EmoteLoop = true,
|
||||
EmoteMoving = true,
|
||||
}},
|
||||
|
||||
["making_cotton_candy"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Making cotton candy", AnimationOptions =
|
||||
{
|
||||
Prop = 'bzzz_candy_cotton_yellow', --or bzzz_candy_cotton_pink, bzzz_candy_cotton_blue, bzzz_candy_cotton_red, bzzz_candy_cotton_stick
|
||||
PropBone = 18905,
|
||||
PropPlacement = {0.27, -0.04, -0.02, 24.0, 110.0, 0.0},
|
||||
EmoteMoving = true,
|
||||
EmoteLoop = true
|
||||
}},
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
-- copy and paste into the food section
|
||||
|
||||
|
||||
["bzzz_candy_cotton_yellow"] = {
|
||||
basicInfo = {
|
||||
amountToAdd = 200000,
|
||||
animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"},
|
||||
firstProp = {
|
||||
boneIndex = 18905,
|
||||
propName = "bzzz_candy_cotton_yellow",
|
||||
xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0
|
||||
}
|
||||
},
|
||||
["bzzz_candy_cotton_red"] = {
|
||||
basicInfo = {
|
||||
amountToAdd = 200000,
|
||||
animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"},
|
||||
firstProp = {
|
||||
boneIndex = 18905,
|
||||
propName = "bzzz_candy_cotton_red",
|
||||
xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0
|
||||
}
|
||||
},
|
||||
["bzzz_candy_cotton_blue"] = {
|
||||
basicInfo = {
|
||||
amountToAdd = 200000,
|
||||
animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"},
|
||||
firstProp = {
|
||||
boneIndex = 18905,
|
||||
propName = "bzzz_candy_cotton_blue",
|
||||
xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0
|
||||
}
|
||||
},
|
||||
["bzzz_candy_cotton_pink"] = {
|
||||
basicInfo = {
|
||||
amountToAdd = 200000,
|
||||
animationDict = "mp_player_inteat@burger", animationName = "mp_player_int_eat_burger"},
|
||||
firstProp = {
|
||||
boneIndex = 18905,
|
||||
propName = "bzzz_candy_cotton_pink",
|
||||
xPos = 0.15, yPos = 0.07, zPos = 0.00, xRot = -50.0, yRot = 150.0, zRot = 10.0
|
||||
}
|
||||
},
|
||||
|
|
@ -0,0 +1,50 @@
|
|||
--copy and paste into the ox_inventory/data/items.lua
|
||||
|
||||
['bzzz_candy_cotton_yellow'] = {
|
||||
label = 'Yellow candy cotton',
|
||||
weight = 500,
|
||||
client = {
|
||||
status = { thirst = 200000 },
|
||||
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },
|
||||
prop = { model = `bzzz_candy_cotton_yellow`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) },
|
||||
usetime = 2500,
|
||||
cancel = true,
|
||||
notification = 'Bon appétit'
|
||||
}
|
||||
},
|
||||
['bzzz_candy_cotton_pink'] = {
|
||||
label = 'Pink candy cotton',
|
||||
weight = 500,
|
||||
client = {
|
||||
status = { thirst = 200000 },
|
||||
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },
|
||||
prop = { model = `bzzz_candy_cotton_pink`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) },
|
||||
usetime = 2500,
|
||||
cancel = true,
|
||||
notification = 'Bon appétit'
|
||||
}
|
||||
},
|
||||
['bzzz_candy_cotton_red'] = {
|
||||
label = 'Red candy cotton',
|
||||
weight = 500,
|
||||
client = {
|
||||
status = { thirst = 200000 },
|
||||
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },
|
||||
prop = { model = `bzzz_candy_cotton_red`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) },
|
||||
usetime = 2500,
|
||||
cancel = true,
|
||||
notification = 'Bon appétit'
|
||||
}
|
||||
},
|
||||
['bzzz_candy_cotton_blue'] = {
|
||||
label = 'Blue candy cotton',
|
||||
weight = 500,
|
||||
client = {
|
||||
status = { thirst = 200000 },
|
||||
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger' },
|
||||
prop = { model = `bzzz_candy_cotton_blue`, pos = vec3(-0.02, 0.01, -0.01), rot = vec3(0.0, -90.0, 0.0) },
|
||||
usetime = 2500,
|
||||
cancel = true,
|
||||
notification = 'Bon appétit'
|
||||
}
|
||||
},
|
||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -0,0 +1 @@
|
|||
https://github.com/Mrs-BzZz/food_coords/blob/main/qb-smallresources/bzzz_cotton_candy.lua
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bzzz_candy_cotton_yellow', 'Yellow candy cotton', 1),
|
||||
('bzzz_candy_cotton_red', 'Red candy cotton', 1),
|
||||
('bzzz_candy_cotton_blue', 'Blue candy cotton', 1),
|
||||
('bzzz_candy_cotton_pink', 'Pink candy cotton', 1)
|
||||
;
|
||||