forked from Simnation/Main
d
This commit is contained in:
parent
ec383f39a9
commit
a6a0cbd987
2 changed files with 9 additions and 1 deletions
|
@ -24,7 +24,7 @@ JobCalls.Positions = {
|
|||
},
|
||||
{
|
||||
name = "Ambulance",
|
||||
coords = vector3(298.0, -584.0, 42.3),
|
||||
coords = vector3(-1850.4585, -335.7708, 49.4513),
|
||||
number = 912,
|
||||
needjob = "ambulance",
|
||||
useMarker =true,
|
||||
|
|
|
@ -208,6 +208,14 @@ CodeStudio.Management = {
|
|||
|
||||
['ambulance'] = {
|
||||
minRank = 10,
|
||||
JobBadge = {
|
||||
Enable = false,
|
||||
Name = "Ocean Medical Center",
|
||||
Logo = 'image/ocean.png',
|
||||
ThemeColor = '#FFB6C1',
|
||||
Price = 0,
|
||||
ItemName = ''
|
||||
},
|
||||
location = {
|
||||
vector4(-1848.3832, -351.9334, 84.0086, 3)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue