forked from Simnation/Main
ed
This commit is contained in:
parent
fb66b3ce3b
commit
23d5f328ed
4 changed files with 47 additions and 5 deletions
|
@ -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
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue