forked from Simnation/Main
ed
This commit is contained in:
parent
24041f43f4
commit
8c17875ec6
2 changed files with 12 additions and 3 deletions
|
@ -3055,7 +3055,7 @@ CodeStudio.Shops = {
|
||||||
|
|
||||||
},
|
},
|
||||||
Locations = {
|
Locations = {
|
||||||
vector4(480.6711, -1005.9440, 32.9868, 3),
|
vector4(364.97, -1604.99, 33.3, 3),
|
||||||
vector4(1825.1555, 3683.8396, 34.4050, 3),
|
vector4(1825.1555, 3683.8396, 34.4050, 3),
|
||||||
vector4(-427.5840, 5997.7134, 28.1953, 3)
|
vector4(-427.5840, 5997.7134, 28.1953, 3)
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,18 @@ config.stashes = {
|
||||||
slots = 70,
|
slots = 70,
|
||||||
weight = 70000,
|
weight = 70000,
|
||||||
owner = false,
|
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