forked from Simnation/Main
tv
This commit is contained in:
parent
cfe97fd93c
commit
fc65a92ace
2 changed files with 9 additions and 10 deletions
|
@ -11,7 +11,7 @@ Config.MaxCallList = 25 -- maximum dispatch calls in dispatch list
|
|||
Config.OnDutyOnly = true -- Set true if only on duty players can see the alert
|
||||
Config.Jobs = { -- Job Types or names that can access the dispatch menu. If you want to allow more jobs to see certain dispatch alerts. Go to alerts.lua and add the job name to the alert.
|
||||
"police",
|
||||
"ems"
|
||||
"ambulance"
|
||||
}
|
||||
|
||||
Config.AlertCommandCooldown = 60 -- this would make the command work every 60 seconds to avoid spamming
|
||||
|
|
|
@ -321,22 +321,21 @@ Config.resolution = {
|
|||
['ScreenOffSet'] = vec3(-1.414970, -0.077085, 0.883600)
|
||||
},
|
||||
[1036195894] = {
|
||||
['distance'] = 20,
|
||||
['ScreenOffSet'] = vec3(-1.034825, -0.053250, 1.068550), --- Bungalow 1251
|
||||
['ScreenSize'] = vec3(0.000000, 0.000000, 0.000000), --Bungalow 1251
|
||||
['ScreenOffSet'] = vec3(-1.035595, -0.053295, 1.075305),
|
||||
['CameraOffSet'] = {
|
||||
['z'] = 0.35,
|
||||
['rotationOffset'] = vec3(0.000000, 0.000000, 0.000000),
|
||||
['y'] = -3.0,
|
||||
['x'] = 0.0,
|
||||
['y'] = -3.0
|
||||
['rotationOffset'] = vec3(0.000000, 0.000000, 0.000000),
|
||||
['z'] = 0.35
|
||||
},
|
||||
['distanceToOpen'] = 1.5,
|
||||
['ScreenSize'] = vec3(0.000000, 0.000000, 0.000000),
|
||||
['ItemToOpen'] = nil,
|
||||
['Job'] = nil,
|
||||
['ItemToOpen'] = nil
|
||||
['distance'] = 20,
|
||||
['distanceToOpen'] = 1.5
|
||||
},
|
||||
|
||||
|
||||
|
||||
[1522819744] = {
|
||||
--Job = { ["police"] = {"*"}, },
|
||||
--ItemToOpen = { "remote", "another item" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue