MADE BY LENOX
- qb-core
- qb-inventory (lj-inventory recommended)
- progressbar
Go to qb-core > shared > main.lua and search QBCore.StarterItems And change it to:
QBhared.StarterItems = {
['giftbox'] = { amount = 1, item = 'giftbox' },
}Go to ls-startergift > image and copy the image inside and then go to qb-inventory > html > images and paste it there
Go to qb-core > shared > items.lua and paste the next code there:
["giftbox"] = {["name"] = "giftbox", ["label"] = "Welcome Gift Box", ["weight"] = 3700, ["type"] = "item", ["image"] = "giftbox.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Welcome to the server!"},