Skip to main content

Car-Music

Installation

  1. 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.
  2. Add ensure drp-carmusic in your server.cfg if using drp folder then just paste this script inside the [DRP] Directory.
  3. 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."},
  1. Add the image to your inventory images
  2. Download XSound from github and start it before this resources or this script won't work. Github
  3. Start your server

How to use?

  1. Use the CarMusic white sitting inside car.
  2. Paste the link in the input section of the player
  3. Click on the play button to start playing music
  4. Use the item again to open the UI and control the music
  5. fully customised through the config section.