Config File
Config = {}
Config.Framework = "newesx" -- oldesx = OLD Version | newesx = NEW Version | qbcore = QBCore
Config.Notif = "OX" -- "ESX" or "OX" or "csNotif"
Config.OpenCoordsMenu = "F7" -- key by default for open coords menu
Config.Command = "coordsmenu" -- command in game for open boutique
Config.Icon = 'location-dot' -- icon on menu
Config.Text = {
title = "Coords Menu",
vec3 = "Vector3",
vec3desc = "Copy the Vector3",
vec4 = "Vector4",
vec4desc = "Copy the Vector4",
xyz = "XYZ",
xyzdesc = "Copy the XYZ",
xyztable = "XYZ Table",
xyztabledesc = "Copy XYZ Table",
heading = "Heading",
headingdesc = "Copy the Heading",
notif = "Copy",
notifdesc = "Coordinates well copied in your paper presses",
nopermission = "No Permission",
nopermissiondesc = "You don't have the permision for open this menu",
}
Last updated