🛠ī¸Installation

qb-core/shared/items.lua

["giftbox1"]            = {["name"] = "giftbox1",       ["label"] = "Gift Box",         ["weight"] = 50,    ["type"] = "item",  ["image"] = "giftbox1.png",     ["unique"] = false,     ["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},
["giftbox2"]            = {["name"] = "giftbox2",       ["label"] = "Gift Box",         ["weight"] = 50,    ["type"] = "item",  ["image"] = "giftbox2.png",     ["unique"] = false,     ["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},
["giftbox3"]            = {["name"] = "giftbox3",       ["label"] = "Gift Box",         ["weight"] = 50,    ["type"] = "item",  ["image"] = "giftbox3.png",     ["unique"] = false,     ["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},
["candy1"]              = {["name"] = "candy1",         ["label"] = "Candy",            ["weight"] = 50,    ["type"] = "item",  ["image"] = "candy1.png",       ["unique"] = false,     ["useable"] = true,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},

dpemotes/Client/AnimationList.lua

["giftbox1"] = {"bz@give_love@anim", "bz_give", "Giftbox1", AnimationOptions =
    {
        Prop = "mscripts_gift_box_a",
        PropBone = 57005,
        PropPlacement = {0.15, -0.08, -0.08, -60.0, -120.0, 40.0},
        EmoteLoop = true,
        EmoteMoving = true,
    }},
["giftbox2"] = {"anim@heists@box_carry@", "idle", "Giftbox2", AnimationOptions =
    {
        Prop = "mscripts_gift_box_b",
        PropBone = 57005,
        PropPlacement = {0.15, -0.08, -0.08, -60.0, -120.0, 40.0},
        EmoteLoop = true,
        EmoteMoving = true,
    }},
["giftbox3"] = {"anim@heists@box_carry@", "idle", "Giftbox3", AnimationOptions =
    {
        Prop = "mscripts_gift_box_c",
        PropBone = 57005,
        PropPlacement = {0.15, -0.08, -0.08, -60.0, -120.0, 40.0},
        EmoteLoop = true,
        EmoteMoving = true,
    }},

Last updated