forked from Simnation/Main
ems
This commit is contained in:
parent
93a53d1343
commit
b3be5bbddd
8 changed files with 373 additions and 11 deletions
|
@ -100,8 +100,8 @@ ClientConfig = {
|
|||
m_emergencyDispatch = { -- Enable this to enable the emergency dispatch system. (Button press while being dead to alert emergency services)
|
||||
enabled = true, -- Enable this to enable the emergency dispatch system (or disable it :D).
|
||||
cooldown = 120, -- The cooldown in seconds.
|
||||
phoneConfiguration = "gcphone", -- The default phone configuration. ("esx_phone", "visn_phone", "gcphone", "dphone", "roadphone", "qs-smartphone", "gksphone", "emergencydispatch", "custom" -> edit in helpers/c_functions.lua|l:244)
|
||||
receivers = { "ambulance" } -- The jobs that will receive a message/notification when you alert the emergency dispatch.
|
||||
phoneConfiguration = "roadphone", -- The default phone configuration. ("esx_phone", "visn_phone", "gcphone", "dphone", "roadphone", "qs-smartphone", "gksphone", "emergencydispatch", "custom" -> edit in helpers/c_functions.lua|l:244)
|
||||
receivers = { "ems" } -- The jobs that will receive a message/notification when you alert the emergency dispatch.
|
||||
},
|
||||
|
||||
m_spawnGameObjects = { -- Enable this to enable the spawn game objects feature (bandages on ground etc).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue