Skip to content

LT-Scripts/lt-startergift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lt-startergift

MADE BY LENOX

Preview

lt-startergift

Dependencies

Installation

Step One:

Go to qb-core > shared > main.lua and search QBCore.StarterItems And change it to:

QBhared.StarterItems = {
    ['giftbox'] = { amount = 1, item = 'giftbox' },
}

Step Two:

Go to ls-startergift > image and copy the image inside and then go to qb-inventory > html > images and paste it there

Step Three:

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!"},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages