1
0
Fork 0
forked from Simnation/Main

Update configStashes.lua

This commit is contained in:
Nordi98 2025-08-04 12:41:58 +02:00
parent 67eb6e5300
commit 9f8d0cf336

View file

@ -2,10 +2,10 @@ config.stashes = {
active = true, active = true,
locations = { locations = {
{ {
coords = vec3(452.3, -991.4, 30.7), coords = vec3(369.87, -1599.0, 33.3),
textUiLabel = 'Open personal locker', textUiLabel = 'Persönlicher Spind',
name = 'policelocker', -- uniq name name = 'policelocker', -- uniq name
label = 'Personal locker', label = 'Persönlicher Spind',
slots = 70, slots = 70,
weight = 70000, weight = 70000,
owner = true, -- if true, it creates a player-specific stash. owner = true, -- if true, it creates a player-specific stash.
@ -13,13 +13,13 @@ config.stashes = {
}, },
{ {
coords = vec3(301.3, -600.23, 43.28), coords = vec3(301.3, -600.23, 43.28),
textUiLabel = 'Open personal locker', textUiLabel = 'Persönlicher Spind',
name = 'emslocker', -- uniq name name = 'policelocker2', -- uniq name
label = 'Personal Locker', label = 'Persönlicher Spind',
slots = 70, slots = 70,
weight = 70000, weight = 70000,
owner = true, owner = true,
jobs = { ambulance = true } -- all ranks for ambulance job jobs = { police = true } -- all ranks for ambulance job
}, },
{ {
coords = vec3(0.0, 0.0, 0.0), coords = vec3(0.0, 0.0, 0.0),