ðŸŠķConfig Settings

FRKN Deathscreen Configurations

Config = {}

Config.ReviveCord = vector3(-842.46, -1206.5, 6.41381) 
Config.ReviveHeading = 30.61 


Config.Audio = false --If this is false, the background sound is turned off.
Config.Volume = 0.2 --Here you can adjust the sound. like 0.1,0.3 or 0.9
Config.AudioFilePath = "../html/ekg.mp3"
Config.Time = {
    ["Seconds"] = 30,
    ["Minutes"] = 3,
}

Config.Locale = {
    SendDispatch = "A Dispatch send to your Location",
    WaitTime = "You Already sended a Dispatch please wait 1 Minute",
}
function Notification(message)
    TriggerServerEvent('hospital:server:ambulanceAlert', message)
end

Config.ReviveEvent = "esx_ambulancejob:revive"

Last updated