1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-10 15:20:36 +02:00
parent a2225a78f4
commit 5337302a1e
3 changed files with 97 additions and 2 deletions

View file

@ -1,4 +1,4 @@
-- Generated with https://configurator.jgscripts.com at 8/7/2025, 11:44:33 AM
-- Generated with https://configurator.jgscripts.com at 8/10/2025, 1:19:48 PM
Config = {}
Config.Locale = 'de'
@ -632,6 +632,45 @@ Config.JobGarageLocations = {
vehicles = {},
showLiveriesExtrasMenu = true,
},
['LSMD Garage'] = {
coords = vector3(1157.9, -1596.82, 34.69),
spawn = {
vector4(1155.83, -1604.17, 33.69, 272.46),
},
distance = 15,
type = 'car',
job = {
'ambulance',
},
hideBlip = true,
vehiclesType = 'personal',
vehicles = {},
blip = {
id = 357,
color = 0,
scale = 0.6,
},
hideMarkers = false,
markers = {
id = 21,
size = {
x = 0.3,
y = 0.3,
z = 0.3,
},
color = {
r = 255,
g = 255,
b = 255,
a = 120,
},
bobUpAndDown = 0,
faceCamera = 0,
rotate = 1,
drawOnEnts = 0,
},
showLiveriesExtrasMenu = true,
},
}
Config.GangGarageShowBlips = false
Config.GangGarageUniqueBlips = false
@ -688,6 +727,40 @@ Config.ImpoundLocations = {
drawOnEnts = 0,
},
},
['Impound B'] = {
coords = vector3(1649.71, 3789.61, 34.79),
spawn = vector4(1643.66, 3798.36, 34.49, 216.16),
distance = 15,
type = 'car',
job = {
'police',
},
blip = {
id = 68,
color = 0,
scale = 0.6,
},
hideBlip = false,
hideMarkers = true,
markers = {
id = 21,
size = {
x = 0.3,
y = 0.3,
z = 0.3,
},
color = {
r = 255,
g = 255,
b = 255,
a = 120,
},
bobUpAndDown = 0,
faceCamera = 0,
rotate = 1,
drawOnEnts = 0,
},
},
['Impound Sandy'] = {
coords = vector3(1822.77, 3630.39, 34.28),
spawn = vector4(1827.49, 3631.13, 33.28, 215.71),

View file

@ -2914,7 +2914,7 @@ CodeStudio.Shops = {
['ambulance'] = {11,10,9,8}
},
Locations = {
vector4(-1830.3236, -389.1446, 49.3909, 3)
vector4(1135.36, -1563.05, 35.38, 3)
},
Interaction = {
targetIcon = 'fas fa-shopping-basket',

View file

@ -241,5 +241,27 @@ config.stashes = {
weight = 80000,
jobs = { police = true } -- only 9 ranks for police job
},
---- LSMD ----
{
coords = vector3(1139.69, -1562.76, 35.38),
textUiLabel = 'öffnen',
name = 'mdlager1', -- uniq name
label = 'Apotheke',
slots = 60,
weight = 60000,
},
{
coords = vector3(1126.1, -1573.07, 35.38),
textUiLabel = 'öffnen',
name = 'mdlager2', -- uniq name
label = 'ITS Lager',
slots = 60,
weight = 60000,
},
}
}