Skip to content

SyncLib/sl-GiftBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STARTER GIFT BOX

Free, open source starter gift box using the QBCore Framework

Showcase

Prerequisites

Installation

  • Download ZIP
  • Drag and drop into [standalone]
  • Restart your server

qb-core > shared > main.lua > Paste to QBShared.StarterItems table

    ['giftbox'] = { amount = 1, item = 'giftbox' },

qb-inventory > html > images

sl-GiftBox/images/giftbox.png

qb-core > shared > items.lua

	-- Starter Gift Box
	['giftbox']             		= {['name'] = 'giftbox',                		['label'] = 'Starter Gift Box',       	['weight'] = 0,         ['type'] = 'item',      ['image'] = 'giftbox.png',     		    ['unique'] = true,      ['useable'] = true,     ['shouldClose'] = true,   ['combinable'] = nil,   ['description'] = 'A Present with various items'},

About

Free, open source starter gift box using the QBCore Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages