forked from Simnation/Main
ed
This commit is contained in:
parent
24041f43f4
commit
8c17875ec6
2 changed files with 12 additions and 3 deletions
|
@ -19,9 +19,18 @@ config.stashes = {
|
|||
slots = 70,
|
||||
weight = 70000,
|
||||
owner = false,
|
||||
jobs = { police = true } -- all ranks for ambulance job
|
||||
jobs = { police = true }
|
||||
},
|
||||
{
|
||||
coords = vector3(365.22, -1600.38, 33.3),
|
||||
textUiLabel = 'LSPD Armory',
|
||||
name = 'policearmory', -- uniq name
|
||||
label = 'Armory',
|
||||
slots = 70,
|
||||
weight = 70000,
|
||||
owner = false,
|
||||
jobs = { police = = { 7, 8, 9, 10 } }
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue