Car-Music
Installation
- Place the folder "drp-carmusic" in your drp folder if drp folder in not available create one or you can just put it in your resources folder.
 - Add 
ensure drp-carmusicin yourserver.cfgif using drp folder then just paste this script inside the [DRP] Directory. - Add the item to your items.lua(Available in qb-core/shared):
 
    -- DRP CarMusic
            ["car_radio"]                       = {["name"] = "car_radio",          ["label"] = "Car Radio",        ["weight"] = 1000,  ["type"] = "item",  ["image"] = "car_radio.png",    ["unique"] = true,  ["useable"] = true, ["shouldClose"] = false,    ["combinable"] = nil,      ["description"] = "Let's vibe with some musics inside cars."},
- Add the image to your inventory images
 - Download XSound from github and start it before this resources or this script won't work. Github
 - Start your server
 
How to use?
- Use the CarMusic white sitting inside car.
 - Paste the link in the input section of the player
 - Click on the play button to start playing music
 - Use the item again to open the UI and control the music
 - fully customised through the config section.