1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-06 08:06:23 +02:00
parent fb66b3ce3b
commit 23d5f328ed
4 changed files with 47 additions and 5 deletions

View file

@ -11,11 +11,11 @@ config.ShopLocations = {
locations = { locations = {
{ {
ped = `ig_terry`, 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`, 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 blipDisable = true
}, },
} }

View file

@ -113,8 +113,6 @@ config.stashes = {
weight = 80000, weight = 80000,
}, },
---- PDM ---- ---- PDM ----
{ {
coords = vector3(-13.23, -1105.6, 28.0), coords = vector3(-13.23, -1105.6, 28.0),
@ -125,5 +123,16 @@ config.stashes = {
weight = 60000, weight = 60000,
}, },
---- AMMUNATION ----
{
coords = vector3(28.37, -1079.16, 27.72),
textUiLabel = 'öffnen',
name = 'ammulager1', -- uniq name
label = 'Lager',
slots = 80,
weight = 100000,
},
} }
} }

View file

@ -191,4 +191,28 @@ JobCalls.Positions = {
display = 4 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
}
},
} }

View file

@ -43,7 +43,7 @@
"acceptMessage": false "acceptMessage": false
}, },
{ {
"name": "Ocean Medical Center", "name": "Los Santos Medical Center",
"number": 912, "number": 912,
"img": "/public/img/service/ambulance.png", "img": "/public/img/service/ambulance.png",
"acceptMessage": false "acceptMessage": false
@ -95,7 +95,16 @@
"number": 5558167, "number": 5558167,
"img": "/public/img/service/pdm.png", "img": "/public/img/service/pdm.png",
"acceptMessage": true "acceptMessage": true
},
{
"name": "Ammunation",
"number": 5558168,
"img": "/public/img/service/pdm.png",
"acceptMessage": true
} }
], ],
"Ringtones": { "Ringtones": {
"Reflection": "/public/static/sounds/ringtones/Reflection.mp3", "Reflection": "/public/static/sounds/ringtones/Reflection.mp3",