QB-Inventory

Install

  • Open qb-core/shared/items.lua file and configure it according to your preferences.


['basket_chilicheesenachos'] 			         = {['name'] = 'basket_chilicheesenachos', 			['label'] = 'Chilicheese Nachos', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'basket_chilicheesenachos.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['basket_nachos'] 			         = {['name'] = 'basket_nachos', 			['label'] = 'Cheese Nachos', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'basket_nachos.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['small_popcorn'] 			         = {['name'] = 'small_popcorn', 			['label'] = 'Small Popcorn', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'popcorn.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['medium_popcorn'] 			         = {['name'] = 'medium_popcorn', 			['label'] = 'Medium Popcorn', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'popcorn.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['large_popcorn'] 			         = {['name'] = 'large_popcorn', 			['label'] = 'Large Popcorn', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'popcorn.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['prop_nachochip'] 			         = {['name'] = 'prop_nachochip', 			['label'] = 'Chip', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'prop_nachochip.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['prop_popcorn'] 			         = {['name'] = 'prop_popcorn', 			['label'] = 'Popcorn', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'prop_popcorn.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['prop_pretzel'] 			         = {['name'] = 'prop_pretzel', 			['label'] = 'Pretzel', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'prop_pretzel.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['prop_ticket'] 			         = {['name'] = 'prop_ticket', 			['label'] = 'Movie Ticket', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'prop_ticket.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},
['prop_ticketroll'] 			         = {['name'] = 'prop_ticketroll', 			['label'] = 'Moive Ticket Roll', 			['weight'] = 100, 		['type'] = 'item',		['image'] = 'prop_ticketroll.png', 	      ['unique'] = false, 		['useable'] = true, 	['description'] = ''},

Last updated