This commit is contained in:
Nordi98 2025-06-14 22:21:09 +02:00
parent ec383f39a9
commit a6a0cbd987
2 changed files with 9 additions and 1 deletions

View file

@ -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,

View file

@ -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)
}