forked from Simnation/Main
ed
This commit is contained in:
parent
4b4bb3b0ab
commit
24041f43f4
2 changed files with 15 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
config.stashes = {
|
||||
active = true,
|
||||
locations = {
|
||||
{
|
||||
{ --- LSPD ---
|
||||
coords = vec3(369.87, -1599.0, 33.3),
|
||||
textUiLabel = 'Persönlicher Spind',
|
||||
name = 'policelocker', -- uniq name
|
||||
|
@ -11,6 +11,19 @@ config.stashes = {
|
|||
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',
|
||||
name = 'policefridge', -- uniq name
|
||||
label = 'Kühlschrank',
|
||||
slots = 70,
|
||||
weight = 70000,
|
||||
owner = false,
|
||||
jobs = { police = true } -- all ranks for ambulance job
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
coords = vec3(301.3, -600.23, 43.28),
|
||||
textUiLabel = 'Persönlicher Spind',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Config = {}
|
||||
Config.Locale = "en"
|
||||
Config.Locale = "de"
|
||||
Config.Currency = "$"
|
||||
Config.NumberFormat = "en-US" -- follows [language]-[country code]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue