From a34016f3bd82e13e3e144afb99233ff90d6ce57e Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 6 Aug 2025 09:38:48 +0200 Subject: [PATCH] ed --- .../[inventory]/cs_shops/config/config.lua | 2 +- .../configs/configStashes.lua | 57 ++++++++++++++++++- 2 files changed, 57 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index a3d1dbb98..dc1558259 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -2878,7 +2878,7 @@ CodeStudio.Shops = { }, Locations = { - vector4(364.97, -1604.99, 33.3, 3), + vector4(1822.3, 3680.81, 34.4, 3), -- SD vector4(1825.1555, 3683.8396, 34.4050, 3), vector4(-427.5840, 5997.7134, 28.1953, 3) diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index 4f550b0eb..79c51773f 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -149,6 +149,61 @@ config.stashes = { weight = 100000, }, - + ---- SHERIFF ---- + { + coords = vector3(1825.34, 3684.54, 34.4), + textUiLabel = 'öffnen', + name = 'sheriffarmory', -- uniq name + label = 'Aromory', + slots = 80, + weight = 100000, + jobs = { police = { 7, 8, 9, 10 } } -- only 9 ranks for police job + }, + { + coords = vector3(1825.3, 3681.15, 34.4), + textUiLabel = 'Persönlicher Spind', + name = 'sherifflocker', -- uniq name + label = 'Persönlicher Spind', + slots = 70, + weight = 70000, + owner = true, -- if true, it creates a player-specific stash. + jobs = { police = true } -- only 9 ranks for police job + }, + { + coords = vector3(1830.44, 3666.32, 38.74), + textUiLabel = 'öffnen', + name = 'sheriff_fridge', -- uniq name + label = 'Kühlschrank', + slots = 60, + weight = 60000, + jobs = { police = true } -- only 9 ranks for police job + }, + { + coords = vector3(1821.03, 3683.42, 30.69), + textUiLabel = 'öffnen', + name = 'sheriff_asvkammer', -- uniq name + label = 'Asservartenkammer', + slots = 80, + weight = 80000, + jobs = { police = { 3, 4, 5, 6, 7, 8, 9, 10 } } -- only 9 ranks for police job + }, + { + coords = vector3(1826.17, 3679.07, 30.69), + textUiLabel = 'öffnen', + name = 'sheriff_zlager', -- uniq name + label = 'Zellen Lager', + slots = 80, + weight = 80000, + jobs = { police = { 3, 4, 5, 6, 7, 8, 9, 10 } } -- only 9 ranks for police job + }, + { + coords = vector3(1844.18, 3673.4, 34.07), + textUiLabel = 'öffnen', + name = 'sheriff_glager', -- uniq name + label = 'Garagen Lager', + slots = 80, + weight = 80000, + jobs = { police = true } -- only 9 ranks for police job + }, } }