1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-06 07:52:45 +02:00
parent 442768b04c
commit fb66b3ce3b
7 changed files with 17 additions and 9 deletions

View file

@ -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,
},
} }
} }

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -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
} }
], ],