/qb-clawmachine

Claw Machine with Prizes (QBCore)

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

qb-clawmachine

Claw Machine with Prizes (QBCore) - Uses qb-target

You can add as many machines with unique prizes in each machine. Below is a list of pre-configured items with images in the funkopop images folder that you can use right off the start.

	-- Funkopop Toys
	-- Claw Machine
	['funkopop_harrypotter']	= {['name'] = 'funkopop_harrypotter',	['label'] = 'Harry Potter Funkopop',	['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_harrypotter.png',		['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Harry Potter Funkopop Toy'},
	['funkopop_draco']			= {['name'] = 'funkopop_draco',			['label'] = 'Draco Malfoy Funkopop',	['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_draco.png',			['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Draco Malfoy Funkopop Toy'},
	['funkopop_hermione']		= {['name'] = 'funkopop_hermione',		['label'] = 'Hermione Funkopop',		['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_hermione.png',		['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Hermione Funkopop Toy'},
	['funkopop_ron']			= {['name'] = 'funkopop_ron',			['label'] = 'Ron Funkopop',				['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_ron.png',				['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Ron Funkopop Toy'},
	['funkopop_dumbledore']		= {['name'] = 'funkopop_dumbledore',	['label'] = 'Dumbledore Funkopop',		['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_dumbledore.png',		['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Dumbledore Funkopop Toy'},
	['funkopop_hedwig']			= {['name'] = 'funkopop_hedwig',		['label'] = 'Hedwig Funkopop',			['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_hedwig.png',			['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Hedwig Funkopop Toy'},
	['funkopop_hagrid']			= {['name'] = 'funkopop_hagrid',		['label'] = 'Hagrid Funkopop',			['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_hagrid.png',			['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Hagrid Funkopop Toy'},
	['funkopop_moaningmertle']	= {['name'] = 'funkopop_moaningmertle',	['label'] = 'Moaning Mertle Funkopop',	['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_moaningmertle.png',	['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Moaning Mertle Funkopop Toy'},
	['funkopop_voldemort']		= {['name'] = 'funkopop_voldemort',		['label'] = 'Voldemort Funkopop',		['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_voldemort.png',		['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Voldemort Funkopop Toy'},
	['funkopop_snape']			= {['name'] = 'funkopop_snape',			['label'] = 'Severus Snape Funkopop',	['weight'] = 100,	['type'] = 'item',	['image'] = 'funkopop_snape.png',			['unique'] = false,	['useable'] = false,	['shouldClose'] = false,	['combinable'] = nil,	['description'] = 'Severus Snape Funkopop Toy'},