diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index 36ba45d76..dee2e17d6 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -11,9 +11,19 @@ config.stashes = { owner = true, -- if true, it creates a player-specific stash. jobs = { police = true } -- only 9 ranks for police job }, + { + coords = vec3(367.59, -1596.27, 33.3), + textUiLabel = 'Persönlicher Spind', + name = 'policelocker2', -- 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(374.03, -1593.87, 33.3), - textUiLabel = 'LSPD Kühlschrank', + textUiLabel = 'Kühlschrank', name = 'policefridge', -- uniq name label = 'Kühlschrank', slots = 70, @@ -23,9 +33,9 @@ config.stashes = { }, { coords = vector3(365.22, -1600.38, 33.3), - textUiLabel = 'LSPD Armory', + textUiLabel = 'Armory', name = 'policearmory', -- uniq name - label = 'Armory', + label = 'LSPD Armory', slots = 70, weight = 70000, owner = false,