forked from Simnation/Main
edits
This commit is contained in:
parent
ed01656877
commit
c4e99f8b0f
4 changed files with 29 additions and 3 deletions
|
@ -149,6 +149,26 @@ JobCalls.Positions = {
|
|||
display = 4
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
name = "coffe_cute",
|
||||
coords = vector3(-293.9437, -76.8990, 49.5045),
|
||||
number = 5557185,
|
||||
needjob = "coffe_cute",
|
||||
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 = "Coffee Cute Control Center",
|
||||
sprite = 60,
|
||||
color = 38,
|
||||
scale = 0.8,
|
||||
display = 4
|
||||
}
|
||||
},
|
||||
|
||||
}
|
BIN
resources/[phone]/roadphone/public/img/service/cc.png
Normal file
BIN
resources/[phone]/roadphone/public/img/service/cc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 262 KiB |
|
@ -89,6 +89,12 @@
|
|||
"number": 3131,
|
||||
"img": "/public/img/service/sud.png",
|
||||
"acceptMessage": true
|
||||
},
|
||||
{
|
||||
"name": "Coffe Cute",
|
||||
"number": 5557185,
|
||||
"img": "/public/img/service/cc.png",
|
||||
"acceptMessage": true
|
||||
}
|
||||
|
||||
],
|
||||
|
|
|
@ -11,7 +11,7 @@ CreateThread(function()
|
|||
SetPedDensityMultiplierThisFrame(0.7)
|
||||
SetScenarioPedDensityMultiplierThisFrame(0.7, 0.7)
|
||||
SetVehicleDensityMultiplierThisFrame(0.7)
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.7)
|
||||
SetRandomVehicleDensityMultiplierThisFrame(0.4)
|
||||
SetParkedVehicleDensityMultiplierThisFrame(0.0)
|
||||
|
||||
-- Kein Wanted-Level / Polizei-Eingriffe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue