myDJ - synchronized music, playlists with autoplay and more for your party!

Where can i get the new updated link to download the fixed version?

1 Like

Is there a qbus?

It shouldn’t be that complicated to move the script over to QBUS, but a ready version for this isn’t yet included.

is there anyway to play copyrighted music?

Is ofuscated or not?

Hey,

the Script isn’t obfuscated and of course it’s as all of our scripts completely free to edit!

1 Like

mmm ok i think i will buy it! Thanks

Having issues making multiple locations can anyone help ?

1 Like

Hey,

I’ve already answered your DM :wink:

1 Like

how would you add more dj positions ?

I’m also having issues making more then 1 location.

Also having problem adding to different locations

how do i make new locations everytime i try im getting error

Also @MoonlightWasteland @Dj3men2 @Mumsspaghetti

Adding new positions is that easy: you can simply do this in the Config.
It habe to look like this:

{
        name = 'bahama',
        pos = vector3(-1378.32, -629.28, 30.63),
        requiredJob = 'casino', 
        range = 25.0, 
        volume = 1.0 --[[ do not touch the volume! --]]
    },
    {
        name = 'cockatoos',
        pos = vector3(-418.5, -27.59, 41.3),
        requiredJob = 'casino', 
        range = 25.0, 
        volume = 1.0 --[[ do not touch the volume! --]]
    },

Iam pretty sure you forgot the , at the end of the } or you added it wrong to the Config, when there were problems.

does this work without esx?

1 Like

No, at the moment it only works with ESX

1 Like

Config.DJPositions = {
{
name = ā€˜legion’,
pos = vector3(214.12, -808.48, 29.89),
requiredJob = ā€˜dj’,
range = 25.0,
volume = 1.0 --[[ do not touch the volume! --]]
},
{
name = ā€˜unicorn’,
pos = vector3(95.28, -1287.67, 28),
requiredJob = ā€˜dj’,
range = 25.0,
volume = 1.0 --[[ do not touch the volume! --]]
}

}

When adding a second location, it breaks the file

Please send the error you get. From your snippet it looks good

The script is really good, but in China, it doesn’t work. . .

Can you not make the second mixer work, you have two sliders for mixing but what’s the point of slider two if you only have one deck and no way to add trax to the second deck for actual mixing.

2 Likes