โ๏ธConfiguration
This is the configuration that you can give to this script to modify it to your liking
Config File
Config = {}
Config.Debug = false
Config.Framework = 'qbcore' -- 'qbcore' or 'esx'
Config.Lang = {
['unknown'] = 'Desconocido',
['anonymous'] = 'Anรณnimo',
['prefix'] = '#'
}
Config.Target = 'ox_target' -- false
Config.Command = 'known' -- false to disble command | true: /known <id>
Config.Cooldown = 10 -- in seconds, delay between requests
Config.RenderDistance = 10.0 -- in meters
Config.Text = {
FontType = 0,
FontColor = {r = 255, g = 255, b = 255},
TalkingColor = {r = 0, g = 255, b = 0},
DeadColor = {r = 255, g = 0, b = 0},
FontSize = 1.4,
}
Config.SaludateAnimation = true
Config.KeyBind = {
ToggleShowID = 'CAPITAL', -- false to disable keybind
}Last updated
