SyncLib / sl-GiftBox

Free, open source starter gift box using the QBCore Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%