GuxFiz
DiscordTEBEX
  • Welcome To GX Documentation
  • Resources🐧
    • gx_peds
      • Installation
      • Configuration
    • gx_announcejobv2
      • Installation
      • Configuration
      • Exports
    • gx_announcejob
      • Installation
      • Configuration
      • How Use?
    • gx_medo
      • Installation
      • Configuration
      • Exports
    • gx_createnpc
      • Installation
      • Configuration
    • gx_notify
      • Installation
      • Configuration
      • Exports
      • Integrations
Powered by GitBook
On this page
  • Commands For user and Admin
  • Locale/Leng
  • Framework
  • Clothing
  • Notify
  • UpdateSQL
  • Effects
  1. Resources🐧
  2. gx_peds

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/
    }
}
PreviousInstallationNextgx_announcejobv2

Last updated 2 months ago