Configuration

Configuration of gx_announcejobv2 Resource

Commands For user and Admin

Config.Command = 'ped' -- user player

Config.Staff = { -- admin player
    Command = 'peds', -- command for admin player
    Group = {'admin', 'mod'} -- group of admins
}

Locale/Leng

Config.Locale = 'es' -- 'es'/'en'

Framework

Config.Framework = 'auto' -- 'auto'/'esx'/'qb'

Clothing

Config.Clothing = 'auto' -- 'auto'/'esx_skin'/'illenium-appearance'/'qb-clothing'/'custom'

Notify

Config.Notify = 'ox_lib'-- 'ox_lib'/'esx'/'qb'/'custom' --> custom/Notify

UpdateSQL

Config.UpdateSQL = 15 -- Time x seconds --> Update SQL

Effects

Config.effects = {
    enabled = true,
    effects = {
        {dictionary = 'scr_rcbarry2', name = "scr_clown_appears"},
        {dictionary = 'scr_rcbarry1', name = "scr_alien_teleport"},
        -- add more https://vespura.com/fivem/particle-list/
    }
}

Last updated