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