diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index 79c51773f..96fcada10 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -149,6 +149,16 @@ config.stashes = { weight = 100000, }, + ---- SP Autohaus ---- + { + coords = vector3(1930.88, 3723.82, 32.57), + textUiLabel = 'öffnen', + name = 'spahlager1', -- uniq name + label = 'Lager', + slots = 60, + weight = 60000, + }, + ---- SHERIFF ---- { coords = vector3(1825.34, 3684.54, 34.4), diff --git a/resources/[phone]/roadphone/config.lua b/resources/[phone]/roadphone/config.lua index bddc929ce..95f34fa17 100644 --- a/resources/[phone]/roadphone/config.lua +++ b/resources/[phone]/roadphone/config.lua @@ -14,7 +14,7 @@ Config.SimCardDLC = true -- Enable if using RoadPhone SimCard DLC -- Phone Settings Config.PhoneCommand = "TogglePhone" -Config.NeedItem = true -- Requires an item to open the phone +Config.NeedItem = false -- Requires an item to open the phone Config.RegisterKeyMapping = true -- If false, the phone can only be closed using ESC Config.OpenKey = 'f1' -- Works if RegisterKeyMapping is true Config.OpenKeyNumber = 288 -- Works if RegisterKeyMapping is false