⚙️Configuration

Detailed Configuration for hash_revivesyringe


Config = {}

----- [GENERAL] -----

Config.Framework = "esx" ---- esx, newesx

Config.ReviveDuration = 8000
Config.ItemName = "ephinephrin"
Config.Animation = {dict = "mini@cpr@char_a@cpr_str", name = "cpr_pumpchest"}

----- [LOCALES] -----

Config.Languages = {
    ['RevivingText'] = "Reviving Player",
    ['NotifyText'] = "You successfully revived the player",
    ['NotifyTitle'] = "YOUR SERVER NAME",
    ['PlayerToFarAwayText'] = "The player is to far away to revive him"
}

----- [CHECKS] -----

Config.OxLib = nil

if GetResourceState('ox_lib') ~= 'missing' then
    Config.OxLib = true
    Config.CircleProgbar = true --- uses circle progbar
else
    Config.OxLib = false
end

Last updated