forked from Simnation/Main
ed
This commit is contained in:
parent
442768b04c
commit
fb66b3ce3b
7 changed files with 17 additions and 9 deletions
|
@ -105,7 +105,7 @@ config.stashes = {
|
||||||
---- KAYAS RESTAURANT ----
|
---- KAYAS RESTAURANT ----
|
||||||
|
|
||||||
{
|
{
|
||||||
coords = vector3(vector3(1898.94, 3714.66, 32.74)),
|
coords = vector3(1898.94, 3714.66, 32.74),
|
||||||
textUiLabel = 'öffnen',
|
textUiLabel = 'öffnen',
|
||||||
name = 'kayasrfridge', -- uniq name
|
name = 'kayasrfridge', -- uniq name
|
||||||
label = 'Lager',
|
label = 'Lager',
|
||||||
|
@ -115,7 +115,15 @@ config.stashes = {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---- PDM ----
|
||||||
|
{
|
||||||
|
coords = vector3(-13.23, -1105.6, 28.0),
|
||||||
|
textUiLabel = 'öffnen',
|
||||||
|
name = 'pdmfridge', -- uniq name
|
||||||
|
label = 'Lager',
|
||||||
|
slots = 60,
|
||||||
|
weight = 60000,
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -171,10 +171,10 @@ JobCalls.Positions = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "fussion",
|
name = "pdm",
|
||||||
coords = vector3(-566.2194, -602.1717, 34.6197),
|
coords = vector3(-18.68, -1107.21, 28.0),
|
||||||
number = 5558020,
|
number = 5558167,
|
||||||
needjob = "fussion",
|
needjob = "pdm",
|
||||||
useMarker = true,
|
useMarker = true,
|
||||||
marker = {
|
marker = {
|
||||||
drawDistance = 10.0,
|
drawDistance = 10.0,
|
||||||
|
@ -184,7 +184,7 @@ JobCalls.Positions = {
|
||||||
},
|
},
|
||||||
blip = {
|
blip = {
|
||||||
active = false,
|
active = false,
|
||||||
name = "Fussion Control Center",
|
name = "PDM Control Center",
|
||||||
sprite = 60,
|
sprite = 60,
|
||||||
color = 38,
|
color = 38,
|
||||||
scale = 0.8,
|
scale = 0.8,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 524 KiB |
BIN
resources/[phone]/roadphone/public/img/backgrounds/sim.png
Normal file
BIN
resources/[phone]/roadphone/public/img/backgrounds/sim.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 542 KiB |
Binary file not shown.
Before Width: | Height: | Size: 262 KiB |
BIN
resources/[phone]/roadphone/public/img/service/pdm.png
Normal file
BIN
resources/[phone]/roadphone/public/img/service/pdm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"background": "/public/img/backgrounds/evo.png",
|
"background": "/public/img/backgrounds/sim.png",
|
||||||
"default_ringtone": "Reflection",
|
"default_ringtone": "Reflection",
|
||||||
"lockscreen": true,
|
"lockscreen": true,
|
||||||
"default_musicsearch": "HBZ",
|
"default_musicsearch": "HBZ",
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
{
|
{
|
||||||
"name": "PDM",
|
"name": "PDM",
|
||||||
"number": 5558167,
|
"number": 5558167,
|
||||||
"img": "/public/img/service/fussion.png",
|
"img": "/public/img/service/pdm.png",
|
||||||
"acceptMessage": true
|
"acceptMessage": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue