forked from Simnation/Main
Update DJ
This commit is contained in:
parent
7cb65afac6
commit
9210af1010
1 changed files with 0 additions and 59 deletions
|
@ -151,33 +151,6 @@ Config.DJ_DESKS = { -- More DESKS in our discord: https://nuvilstore.com/discord
|
|||
-- ['ambulance'] = { 0, 1, 2, 3, 4, 5 },
|
||||
-- }
|
||||
},
|
||||
['Marc Haus'] = { -- From: Vanilla GTA5
|
||||
Location = { x = -3108.0205, 1409.3156, 23.2553 },
|
||||
Distance = 50.0, -- Meters
|
||||
RenderDistance = 50.0,
|
||||
SmokeTime = 25000,
|
||||
Default_Volume = 0.25, -- Recommended Default Volume
|
||||
LightShow = {
|
||||
{ func = 'spotlight', index="exterior_left", velocity=15, reference_point = vector3(-551.5994, 284.2672, 85.2190), coords = vector3(-550.6808, 288.3711, 81.9767), type = 'up-down', color = 'static', color_rgb = {r=50,g=0,b=0}, channel = true}, -- Frente Izquierda
|
||||
{ func = 'spotlight', index="exterior_right", velocity=15, reference_point = vector3(-551.5994, 284.2672, 85.2190), coords = vector3(-551.2626, 281.1283, 81.9767), type = 'up-down', color = 'static', color_rgb = {r=50,g=0,b=0}, channel = true}, -- Frente Derecha
|
||||
},
|
||||
Effects = {
|
||||
-- { coords = vector3(-551.9310, 286.2948, 82.25), rotation = { p = -90.0, r = 0.0, y = -95.0 }, effect_size = 1.0 },
|
||||
-- { coords = vector3(-552.4740, 282.8806, 82.25), rotation = { p = -90.0, r = 0.0, y = -95.0 }, effect_size = 1.0 },
|
||||
},
|
||||
SmokeCoords = {
|
||||
{ coords = vector3(-552.9420, 289.6099, 81.1763), heading = 354.4157, rot = 90.0, targets = {
|
||||
-- vector3(-555.7430, 288.3029, 82.1763),
|
||||
-- vector3(-554.3656, 286.3562, 82.1763),
|
||||
-- vector3(-556.1230, 284.1127, 82.1763),
|
||||
-- vector3(-554.6021, 280.2755, 82.1763),
|
||||
} },
|
||||
},
|
||||
-- AllowedJobs = {
|
||||
-- ['police'] = { 0, 1, 2, 3, 4, 5 },
|
||||
-- ['ambulance'] = { 0, 1, 2, 3, 4, 5 },
|
||||
-- }
|
||||
},
|
||||
}
|
||||
|
||||
Config.QuickAccessAudios = {
|
||||
|
@ -210,36 +183,4 @@ Config.DrawCustomContext = function(playerCoords)
|
|||
DisplayHelpTextFromStringLabel(0, false, true, -1)
|
||||
end
|
||||
|
||||
Config.Watermark = true
|
||||
|
||||
Config.QuickAccessAudios = {
|
||||
[1] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio1.mp3', volume = 0.5},
|
||||
[2] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio2.mp3', volume = 0.5},
|
||||
[3] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio3.mp3', volume = 0.5},
|
||||
[4] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio4.mp3', volume = 0.5},
|
||||
[5] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio5.mp3', volume = 0.5},
|
||||
[6] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio6.mp3', volume = 0.5},
|
||||
[7] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio7.mp3', volume = 0.5},
|
||||
[8] = {url = 'https://cfx-nui-nv_djdesk/html/audio/audio8.mp3', volume = 0.5},
|
||||
}
|
||||
|
||||
Config.Marker = {
|
||||
Type = 24,
|
||||
SizeX = 0.500,
|
||||
SizeY = 0.500,
|
||||
SizeZ = 0.500,
|
||||
ColorR = 50,
|
||||
ColorG = 50,
|
||||
ColorB = 155,
|
||||
Alpha = 255,
|
||||
Jump = true,
|
||||
FollowCam = true
|
||||
}
|
||||
|
||||
Config.DrawCustomContext = function(playerCoords)
|
||||
SetTextComponentFormat("STRING")
|
||||
AddTextComponentString(' ~INPUT_CONTEXT~ DJ table')
|
||||
DisplayHelpTextFromStringLabel(0, false, true, -1)
|
||||
end
|
||||
|
||||
Config.Watermark = true
|
Loading…
Add table
Add a link
Reference in a new issue