diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index dee2e17d6..c57e85f9a 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -105,7 +105,7 @@ config.stashes = { ---- KAYAS RESTAURANT ---- { - coords = vector3(vector3(1898.94, 3714.66, 32.74)), + coords = vector3(1898.94, 3714.66, 32.74), textUiLabel = 'öffnen', name = 'kayasrfridge', -- uniq name 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, + }, } } diff --git a/resources/[phone]/roadphone/addons/jobcalls/config.lua b/resources/[phone]/roadphone/addons/jobcalls/config.lua index 7cfa3ed70..c8baf9bd3 100644 --- a/resources/[phone]/roadphone/addons/jobcalls/config.lua +++ b/resources/[phone]/roadphone/addons/jobcalls/config.lua @@ -171,10 +171,10 @@ JobCalls.Positions = { } }, { - name = "fussion", - coords = vector3(-566.2194, -602.1717, 34.6197), - number = 5558020, - needjob = "fussion", + name = "pdm", + coords = vector3(-18.68, -1107.21, 28.0), + number = 5558167, + needjob = "pdm", useMarker = true, marker = { drawDistance = 10.0, @@ -184,7 +184,7 @@ JobCalls.Positions = { }, blip = { active = false, - name = "Fussion Control Center", + name = "PDM Control Center", sprite = 60, color = 38, scale = 0.8, diff --git a/resources/[phone]/roadphone/public/img/backgrounds/evo.png b/resources/[phone]/roadphone/public/img/backgrounds/evo.png deleted file mode 100644 index 43ab52b95..000000000 Binary files a/resources/[phone]/roadphone/public/img/backgrounds/evo.png and /dev/null differ diff --git a/resources/[phone]/roadphone/public/img/backgrounds/sim.png b/resources/[phone]/roadphone/public/img/backgrounds/sim.png new file mode 100644 index 000000000..0f5aec983 Binary files /dev/null and b/resources/[phone]/roadphone/public/img/backgrounds/sim.png differ diff --git a/resources/[phone]/roadphone/public/img/service/cc.png b/resources/[phone]/roadphone/public/img/service/cc.png deleted file mode 100644 index 84973cec4..000000000 Binary files a/resources/[phone]/roadphone/public/img/service/cc.png and /dev/null differ diff --git a/resources/[phone]/roadphone/public/img/service/pdm.png b/resources/[phone]/roadphone/public/img/service/pdm.png new file mode 100644 index 000000000..29c854f07 Binary files /dev/null and b/resources/[phone]/roadphone/public/img/service/pdm.png differ diff --git a/resources/[phone]/roadphone/public/static/config/config.json b/resources/[phone]/roadphone/public/static/config/config.json index 7f83a8832..eccf84b45 100644 --- a/resources/[phone]/roadphone/public/static/config/config.json +++ b/resources/[phone]/roadphone/public/static/config/config.json @@ -1,5 +1,5 @@ { - "background": "/public/img/backgrounds/evo.png", + "background": "/public/img/backgrounds/sim.png", "default_ringtone": "Reflection", "lockscreen": true, "default_musicsearch": "HBZ", @@ -93,7 +93,7 @@ { "name": "PDM", "number": 5558167, - "img": "/public/img/service/fussion.png", + "img": "/public/img/service/pdm.png", "acceptMessage": true } ],