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
  • Framework
  • Distance
  • CommandMe and CommandDo
  • Show Update
  • Show
  • Style
  1. Resources🐧
  2. gx_medo

Configuration

Configuration of gx_medo Resource

Framework

Select the framework you are using on your server.

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

Distance

Edit distance for Me and Do

Config.Distance = 10.0

CommandMe and CommandDo

Edit command for Me and Do

Config.CommandMe = "me"
Config.CommandDo = "do"

Show Update

Show updates in console?

Config.Update = true -- show in console the updates ?

Show

Show information?

Config.Show = {
    Name = true,    -- show name ic?
    Avatar = true, -- show profile?
    botToken = "...", -- Bot token for discord
    defaultImg = "https://gifdb.com/images/high/profile-pic-hotaro-oreki-blowing-coffee-n2a36sbz31j0to8t.gif"--url of img or gif
}

Style

Here you can change the style of each one, to match the colors of your server!

Config.Style = {
    ['Me'] = {
        BgName = "#000000",
        ColorName = "#acafad",
        BgTag = "#000000",
        ColorTag = "#acafad",
        Color = "#37393e",
        BgCard = "linear-gradient(145deg, #acafad 0%, #000000 100%)",
    },
    ['Do'] = {
        BgName = "#000000",
        ColorName = "#acafad",
        BgTag = "#000000",
        ColorTag = "#acafad",
        Color = "#37393e",
        BgCard = "linear-gradient(145deg, #acafad 0%, #000000 100%)",
    }
}

PreviousInstallationNextExports

Last updated 2 months ago