Config file

Config = {}

Config.Locale = GetConvar('esx:locale', 'en')
Config.usePerms = false; -- wonder.pt

Config.policeJobs = {
    'police',
    'sheriff'
}

function SendNotify(msg, typ) -- Notify when is 0 pd/sd on server and you want to disable peacetime
    TriggerClientEvent('okokNotify:Alert', source, 'Peacetime', msg, 5000, typ, true)
end

Last updated