From 5337302a1e441763a8e157377b2e29c4fcb06dda Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 10 Aug 2025 15:20:36 +0200 Subject: [PATCH] ed --- .../jg-advancedgarages/config/config.lua | 75 ++++++++++++++++++- .../[inventory]/cs_shops/config/config.lua | 2 +- .../configs/configStashes.lua | 22 ++++++ 3 files changed, 97 insertions(+), 2 deletions(-) diff --git a/resources/[carscripts]/jg-advancedgarages/config/config.lua b/resources/[carscripts]/jg-advancedgarages/config/config.lua index 136146783..7c07d711e 100644 --- a/resources/[carscripts]/jg-advancedgarages/config/config.lua +++ b/resources/[carscripts]/jg-advancedgarages/config/config.lua @@ -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), diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 299214bb4..cb9bf63a7 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -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', diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index 72ea5d4d6..d414b8e51 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -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, + }, + + + + } }