forked from Simnation/Main
config
This commit is contained in:
parent
580d6694e8
commit
112c7b1761
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ JobCalls.Positions = {
|
|||
name = "Ambulance",
|
||||
coords = vector3(-1851.7278, -336.9325, 49.4478),
|
||||
number = 912,
|
||||
needjob = "ambulance",
|
||||
needjob = "ems",
|
||||
useMarker = true,
|
||||
marker = {
|
||||
drawDistance = 10.0,
|
||||
|
|
|
@ -29,8 +29,8 @@ config = {
|
|||
},
|
||||
|
||||
{
|
||||
job = "ambulance",
|
||||
grade = 0,
|
||||
job = "ems",
|
||||
grade = 9,10,10
|
||||
},
|
||||
},
|
||||
|
||||
|
@ -43,8 +43,8 @@ config = {
|
|||
},
|
||||
|
||||
{
|
||||
job = "ambulance",
|
||||
grade = 0,
|
||||
job = "ems",
|
||||
grade = 2,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue