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%)",
}
}
Last updated