forked from Simnation/Main
Fix
This commit is contained in:
parent
f0a6dcc3c4
commit
9ca36eaf46
1 changed files with 2 additions and 32 deletions
|
@ -20,40 +20,10 @@ Config.enableCommand = false
|
|||
|
||||
Config.enableMarker = true -- purple marker at the DJ stations
|
||||
|
||||
Config.DJPositions = Config.DJPositions = Config.DJPositions = {
|
||||
{
|
||||
name = 'Marc Haus',
|
||||
pos = vector3(-3108.1047, 1409.5372, 23.2553),
|
||||
requiredJob = nil, -- example: requiredJob = "dj"
|
||||
range = 25.0,
|
||||
volume = 1.0 --[[ do not touch the volume! --]]
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
{
|
||||
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! --]]
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
{
|
||||
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 = 'PHP Autohaus',
|
||||
pos = vector3(-928.5595, -2049.8979, 9.0510),
|
||||
name = 'bahama',
|
||||
pos = vector3(-1381.01, -616.17, 31.5),
|
||||
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