Config File
DRZ = {}
DRZ.FrameWork = 'esx' -- type of framework (esx, qb)
DRZ.Language = 'en' -- language (en, cz)
DRZ.Command = "callems" -- command name
DRZ.AmbulanceJob = "ambulance" -- the ambulance job for checking if there are no players with this job on the server
DRZ.AmbulanceCar = "ambulance" -- the name of the vehicle to be spawned
DRZ.AmbulancePed = "s_m_m_doctor_01" -- the name of the ped that will be spawned
DRZ.ReviveType = "esx_ambulancejob" -- player revival type (esx_ambulancejob, ars_ambulancejob, custom)
DRZ.NotifyType = "okok" -- notification type (okok, ox, esx, qb)
DRZ.NotifyDistance = 10 -- how often will notifications about the ambulance distance be sent (in seconds)
DRZ.HospitalCoords = { -- coordinates at which the ambulance will spawn
vec4(333.4906, -1476.9812, 29.6522, 311.3647),
vec4(409.5323, -1424.5186, 29.2144, 320.4570),
vec4(-491.5383, -336.0706, 34.1364, 169.6711)
}
DRZ.Webhook = "WEBHOOK_URL"
DRZ.WebhookColor = 0x0000FF
DRZ.WebhookName = "DRZ_NOEMS"
DRZ.WebhookFooter = "DRZ SCRIPTS"Last updated