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 @PurgatoryRP @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