ed
This commit is contained in:
parent
8054759c73
commit
ffaf33c966
7 changed files with 338 additions and 12 deletions
|
@ -17,14 +17,14 @@ config.carryItmes = {
|
|||
moveRate = 0.5, -- https://docs.fivem.net/natives/?_0x085BF80FA50A39D1 (1.0 Default)
|
||||
},
|
||||
present = {
|
||||
model = `xm3_prop_xm3_present_01a`,
|
||||
model = `xm_prop_x17_bag_01d`,
|
||||
bone = 28422,
|
||||
offset = vector3(0.0, -0.18, -0.16),
|
||||
rot = vector3(0.0, 0.0, 0.0),
|
||||
offset = vector3(0.15, -0.05, -0.10),
|
||||
rot = vector3(100.0, -50.0, 220.0),
|
||||
anim = {
|
||||
dict = "anim@heists@box_carry@",
|
||||
name = "idle"
|
||||
},
|
||||
dict = "missfbi4prepp1",
|
||||
n ame = "idle" -- Neutrale Stehanimation
|
||||
}
|
||||
disableKeys = {
|
||||
21, -- INPUT_SPRINT
|
||||
},
|
||||
|
|
|
@ -30,15 +30,15 @@ exports("RegisterJobCraft", registerJobCraft)
|
|||
-- Default crafting
|
||||
registerCraft("defaultCraft", "Main Craft", {
|
||||
{
|
||||
giveAmount = 1,
|
||||
name = 'testburger',
|
||||
giveAmount = 24,
|
||||
name = 'ecola_dose',
|
||||
costs = {
|
||||
['testitem'] = 5,
|
||||
['testitemuniq'] = 3,
|
||||
['pack_ecola'] = 1,
|
||||
|
||||
},
|
||||
duration = 5000, -- 5 seconds crafting times (optional)
|
||||
info = {
|
||||
label = "My Test Label for Burger"
|
||||
label = "Auspacken"
|
||||
}
|
||||
},
|
||||
--[[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue