🎧 DJ Booths

Every server needs music right. You can play youtube music from any DJ Booth + change the speaker locations.

Dependency:

xSounds

Config.DJLangauge = {
	djmenu = {
        header = "👠  DJ Booth 👠",
        play_title = "Play a song",
        play_desc = "Enter a YouTube URL",
        continue_title = "Continue Song",
        continue_desc = "Continue playing song",
        pause_title = "Pause Song",
        pause_desc = "Pause current song",
        stop_title = "Stop Music",
        stop_desc = "Stop the song",
        volume_title = "Change Volume",
        volume_desc = "Change DJ Volume",
        close_title = "⬅ Close Menu",
        close_desc = "No Tunes?"
    },
    songfinder = {
        header = "Song Finder",
        submit = "Submit",
        text = "YouTube Link"
    },
    volumechange = {
        header = "Volume Changer",
        submit = "Submit",
        text = "Min: 1 - Max: 100"
    },
    target = {
        icon = "fa fa-music",
		label = "DJ Decks",
    }
}



Config.DJBooths = {
    [1] = {
        control_location = vector3(1595.09, 6446.58, 25.32),
        heading = 0,
        job = "taxi", -- either job name or none
        speaker_locations = vector3(1595.09, 6446.58, 25.32),
        dj_distance = 10, -- Speaker Distance
    },
    [2] = {
        control_location = vector3(1588.72, 6450.19, 25.32),
        heading = 0,
        job = "none",
        speaker_locations = vector3(1585.0, 6451.24, 25.32),
        dj_distance = 10,
    }
}

Last updated