This commit is contained in:
Nordi98 2025-06-10 20:56:14 +02:00
parent edc0cbc6d5
commit 6eea01b307
3 changed files with 14 additions and 14 deletions

View file

@ -101,7 +101,7 @@ ClientConfig = {
enabled = true, -- Enable this to enable the emergency dispatch system (or disable it :D).
cooldown = 120, -- The cooldown in seconds.
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.
receivers = { "ambulance" } -- 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).