From 24041f43f40f41ef62fa3cae2739a0efcc3ac454 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 4 Aug 2025 20:51:55 +0200 Subject: [PATCH] ed --- .../tgiann-inventory/configs/configStashes.lua | 15 ++++++++++++++- resources/[tools]/jg-hud/config/config.lua | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index 901c11749..5ac2d2ef4 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -1,7 +1,7 @@ config.stashes = { active = true, locations = { - { + { --- LSPD --- coords = vec3(369.87, -1599.0, 33.3), textUiLabel = 'Persönlicher Spind', name = 'policelocker', -- uniq name @@ -11,6 +11,19 @@ config.stashes = { 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', + name = 'policefridge', -- uniq name + label = 'Kühlschrank', + slots = 70, + weight = 70000, + owner = false, + jobs = { police = true } -- all ranks for ambulance job + }, + + + { coords = vec3(301.3, -600.23, 43.28), textUiLabel = 'Persönlicher Spind', diff --git a/resources/[tools]/jg-hud/config/config.lua b/resources/[tools]/jg-hud/config/config.lua index 673fe66d7..6ae9efd0e 100644 --- a/resources/[tools]/jg-hud/config/config.lua +++ b/resources/[tools]/jg-hud/config/config.lua @@ -1,5 +1,5 @@ Config = {} -Config.Locale = "en" +Config.Locale = "de" Config.Currency = "$" Config.NumberFormat = "en-US" -- follows [language]-[country code]