Skip to content

wasabirobby/wasabi_boombox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasabi_boombox

This resource was created as a ESX/QB free portable boombox script capable of playing youtube links.

Features:

  • Usable boombox
  • Full animations and boombox prop
  • Ability to save songs for later use
  • Play any youtube song
  • Adjust volume
  • Stop music on boombox pick-up
  • Play music truly anywhere
  • Uses 0.00ms on idle and 0.01ms~ when boombox prop attached to hand
  • Optional Discord webhooks(Set in server.lua)

Installation

##QBCore SQl

CREATE TABLE IF NOT EXISTS `boombox_songs` (
  `citizenid` varchar(64) NOT NULL,
  `label` varchar(30) NOT NULL,
  `link` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
ensure ox_lib
ensure qtarget or ensure qb-target
ensure xsound
ensure wasabi_boombox

Extra Information

  • Inventory image included in the InventoryImages directory
  • You must add the item boombox(or whatever config item is set as) to your items database/table.

Preview

https://www.youtube.com/watch?v=P4VfaLsN_U8

Support

Discord Banner 2

About

ESX/QBCore boombox that plays youtube links anywhere boombox is placed

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages