forked from Simnation/Main
phone
This commit is contained in:
parent
ac3860b343
commit
c5b7600e93
3 changed files with 48 additions and 5 deletions
|
@ -22,6 +22,27 @@ JobCalls.Positions = {
|
|||
display = 4
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "Marshals",
|
||||
coords = vector3(-451.4551, 6009.3691, 31.9537),
|
||||
number = 916,
|
||||
needjob = "marshal",
|
||||
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 = "Police Control center",
|
||||
sprite = 60,
|
||||
color = 38,
|
||||
scale = 0.8,
|
||||
display = 4
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "Ambulance",
|
||||
coords = vector3(-1850.4585, -335.7708, 49.4513),
|
||||
|
@ -63,7 +84,7 @@ JobCalls.Positions = {
|
|||
scale = 0.8,
|
||||
display = 4
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "Taxi",
|
||||
coords = vector3(-1249.6287, -285.1877, 37.7370),
|
||||
|
@ -85,6 +106,27 @@ JobCalls.Positions = {
|
|||
display = 4
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "Kayas",
|
||||
coords = vector3(1532.6082, 3781.7351, 34.5125),
|
||||
number = 5553022,
|
||||
needjob = "kayas",
|
||||
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 = "Kayas Control Center",
|
||||
sprite = 60,
|
||||
color = 38,
|
||||
scale = 0.8,
|
||||
display = 4
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -171,6 +171,7 @@ CodeStudio.LicenseMenu = {
|
|||
vector4(-435.0517, 1098.1042, 329.7664, 3),
|
||||
vector4(448.6075, -975.8693, 30.6610, 10.7146),
|
||||
vector4(-1842.1836, -362.7046, 83.9981, 307.2072),
|
||||
vector4(-445.5861, 6002.0762, 31.9537, 146.8319),
|
||||
|
||||
},
|
||||
types = {
|
||||
|
@ -225,15 +226,15 @@ CodeStudio.Management = {
|
|||
minRank = 11,
|
||||
JobBadge = {
|
||||
Enable = true,
|
||||
Name = "San Andrea Marshal Agency",
|
||||
Logo = 'image/ocean.png',
|
||||
ThemeColor = '#FFB6C1',
|
||||
Name = "San Andreas Marshal Agency",
|
||||
Logo = 'image/marshal.png',
|
||||
ThemeColor = '#666565',
|
||||
BadgeStyle = true,
|
||||
Price = 0,
|
||||
ItemName = 'marshal_card'
|
||||
},
|
||||
location = {
|
||||
vector4(-433.7445, 1095.0703, 329.7667, 3)
|
||||
vector4(-449.5226, 6006.7539, 31.9537, 3)
|
||||
}
|
||||
},
|
||||
|
||||
|
|
BIN
resources/[standalone]/cs_license/ui/image/marshal.png
Normal file
BIN
resources/[standalone]/cs_license/ui/image/marshal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue