forked from Simnation/Main
ed
This commit is contained in:
parent
be555f0b29
commit
1255dd3cb8
1 changed files with 13 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue