forked from Simnation/Main
Update DJ Privat / Skyline
This commit is contained in:
parent
f3e3fda311
commit
cd054eb1a0
1 changed files with 41 additions and 1 deletions
|
@ -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! --]]
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue