Configuration
config.lua
config.lua
Config = {}
Config.Framework = "auto" -- "auto" / "esx" / "qb" / "qbx" / "nd"
Config.Target = "ox_target" -- "ox_target"
Config.SelectPlayer = {
TitleFormat = "[{serverId}] {playerName}", -- {serverId}: Server ID, {index}: Index, {playerName}: Player Name
Marker = {
Enabled = true,
Type = 20,
Offset = { x = 0.0, y = 0.0, z = 1.0 },
Direction = { x = 0.0, y = 0.0, z = 0.0 },
Rotation = { x = 0.0, y = 180.0, z = 0.0 },
Scale = { x = 0.5, y = 0.5, z = 0.5 },
Color = { r = 9, g = 106, b = 241, a = 200 },
},
}Last updated on