forked from Simnation/Main
Fix / DJ Privat
This commit is contained in:
parent
d9285246d8
commit
3efbfc9e99
1 changed files with 16 additions and 6 deletions
|
@ -15,12 +15,12 @@ Translation = {
|
||||||
|
|
||||||
Config.Locale = 'en'
|
Config.Locale = 'en'
|
||||||
|
|
||||||
Config.useESX = false -- can not be disabled without changing the callbacks
|
Config.useESX = true -- can not be disabled without changing the callbacks
|
||||||
Config.enableCommand = false
|
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 = Config.DJPositions = {
|
||||||
{
|
{
|
||||||
name = 'Marc Haus',
|
name = 'Marc Haus',
|
||||||
pos = vector3(-3108.1047, 1409.5372, 23.2553),
|
pos = vector3(-3108.1047, 1409.5372, 23.2553),
|
||||||
|
@ -30,9 +30,9 @@ Config.DJPositions = {
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
Config.DJPositions = {
|
{
|
||||||
{
|
{
|
||||||
name = 'Ente haus',
|
name = 'Ente Haus',
|
||||||
pos = vector3(122.2373, 609.4364, 212.9984),
|
pos = vector3(122.2373, 609.4364, 212.9984),
|
||||||
requiredJob = nil, -- example: requiredJob = "dj"
|
requiredJob = nil, -- example: requiredJob = "dj"
|
||||||
range = 25.0,
|
range = 25.0,
|
||||||
|
@ -40,7 +40,7 @@ Config.DJPositions = {
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
Config.DJPositions = {
|
{
|
||||||
{
|
{
|
||||||
name = 'Dennis Haus',
|
name = 'Dennis Haus',
|
||||||
pos = vector3(-1147.4095, 358.8639, 71.3201),
|
pos = vector3(-1147.4095, 358.8639, 71.3201),
|
||||||
|
@ -49,4 +49,14 @@ Config.DJPositions = {
|
||||||
volume = 1.0 --[[ do not touch the volume! --]]
|
volume = 1.0 --[[ do not touch the volume! --]]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
Config.DJPositions = {
|
||||||
|
{
|
||||||
|
name = 'PHP Autohaus',
|
||||||
|
pos = vector3(-928.5595, -2049.8979, 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