From 23d5f328edb6a3a27162299dba646b6fc55e96b7 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 6 Aug 2025 08:06:23 +0200 Subject: [PATCH] ed --- .../tgiann-inventory/configs/configShop.lua | 4 ++-- .../configs/configStashes.lua | 13 ++++++++-- .../roadphone/addons/jobcalls/config.lua | 24 +++++++++++++++++++ .../public/static/config/config.json | 11 ++++++++- 4 files changed, 47 insertions(+), 5 deletions(-) diff --git a/resources/[inventory]/tgiann-inventory/configs/configShop.lua b/resources/[inventory]/tgiann-inventory/configs/configShop.lua index 51b9e4cc2..8d890c829 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configShop.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configShop.lua @@ -11,11 +11,11 @@ config.ShopLocations = { locations = { { ped = `ig_terry`, - coords = vector4(16.6227, -1110.8431, 29.7970, 243.8756), + coords = vector4(-0.2902, -1108.0129, 12.1093, 78.9646), }, { ped = `ig_terry`, - coords = vector4(427.2638, -985.6949, 30.7112, 356.5403), + coords = vector4(-0.2902, -1108.0129, 12.1093, 78.9646), blipDisable = true }, } diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index c57e85f9a..b6f4f6c7b 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -113,8 +113,6 @@ config.stashes = { weight = 80000, }, - - ---- PDM ---- { coords = vector3(-13.23, -1105.6, 28.0), @@ -125,5 +123,16 @@ config.stashes = { weight = 60000, }, + ---- AMMUNATION ---- + { + coords = vector3(28.37, -1079.16, 27.72), + textUiLabel = 'öffnen', + name = 'ammulager1', -- uniq name + label = 'Lager', + slots = 80, + weight = 100000, + }, + + } } diff --git a/resources/[phone]/roadphone/addons/jobcalls/config.lua b/resources/[phone]/roadphone/addons/jobcalls/config.lua index c8baf9bd3..9cc18990f 100644 --- a/resources/[phone]/roadphone/addons/jobcalls/config.lua +++ b/resources/[phone]/roadphone/addons/jobcalls/config.lua @@ -191,4 +191,28 @@ JobCalls.Positions = { display = 4 } }, + + { + name = "ammunation", + coords = vector3(8.22, -1110.27, 29.11), + number = 5558168, + needjob = "ammu", + useMarker = true, + marker = { + drawDistance = 10.0, + type = 25, + size = {x = 1.0, y = 1.0, z = 1.0}, + color = {r = 50, g = 50, b = 204} + }, + blip = { + active = false, + name = "Ammunation Control Center", + sprite = 60, + color = 38, + scale = 0.8, + display = 4 + } + }, + + } \ No newline at end of file diff --git a/resources/[phone]/roadphone/public/static/config/config.json b/resources/[phone]/roadphone/public/static/config/config.json index eccf84b45..90f62ae0b 100644 --- a/resources/[phone]/roadphone/public/static/config/config.json +++ b/resources/[phone]/roadphone/public/static/config/config.json @@ -43,7 +43,7 @@ "acceptMessage": false }, { - "name": "Ocean Medical Center", + "name": "Los Santos Medical Center", "number": 912, "img": "/public/img/service/ambulance.png", "acceptMessage": false @@ -95,7 +95,16 @@ "number": 5558167, "img": "/public/img/service/pdm.png", "acceptMessage": true + }, + { + "name": "Ammunation", + "number": 5558168, + "img": "/public/img/service/pdm.png", + "acceptMessage": true } + + + ], "Ringtones": { "Reflection": "/public/static/sounds/ringtones/Reflection.mp3",