Skip to content

snipe-scripts/snipe-boombox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency

Installation

  1. Add the following items to your shared.lua/items.lua depending if using qbcore
['boombox'] 			 = {['name'] = 'boombox', 				['label'] = 'Boombox', 				['weight'] = 500, 		['type'] = 'item', 		['image'] = 'boombox.png', 		['unique'] = true, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Plays Music'},
  1. Add The following query if you use ESX
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('boombox', 'Boombox', 1, 0, 1) 

If you use some other random inventory make sure to add the items accordingly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages