Welcome guest!

Welcome to Kalileaks! Find the best leaks, scripts, and mods for FiveM here.

! New users get 50 free credits just for signing up!

BoomBox Music Box

Stackz!

Administrator
Staff member
Joined
Dec 30, 2021
Messages
1,177
Reaction score
77,363
Points
193
Credits
1,060

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​



 
Last edited by a moderator:
Back
Top