Update DJ Privat / Skyline

This commit is contained in:
Max 2025-06-13 18:58:40 +02:00
parent f3e3fda311
commit cd054eb1a0

View file

@ -29,4 +29,44 @@ Config.DJPositions = {
volume = 1.0 --[[ do not touch the volume! --]]
}
}
},
Config.DJPositions = {
{
name = 'Ente haus',
pos = vector3(122.2373, 609.4364, 212.9984),
requiredJob = nil, -- example: requiredJob = "dj"
range = 25.0,
volume = 1.0 --[[ do not touch the volume! --]]
}
},
Config.DJPositions = {
{
name = 'Dennis Haus',
pos = vector3(-1147.4095, 358.8639, 71.3201),
requiredJob = nil, -- example: requiredJob = "dj"
range = 25.0,
volume = 1.0 --[[ do not touch the volume! --]]
}
},
Config.DJPositions = {
{
name = 'Cayo Perico Stage',
pos = vector3(4893.5195, -4904.9727, 3.4866),
requiredJob = nil, -- example: requiredJob = "dj"
range = 25.0,
volume = 1.0 --[[ do not touch the volume! --]]
}
},
Config.DJPositions = {
{
name = 'PHP / Autohaus',
pos = vector3(-928.5052, -2049.8372, 9.0510),
requiredJob = nil, -- example: requiredJob = "dj"
range = 25.0,
volume = 1.0 --[[ do not touch the volume! --]]
}
},