Config File
Config = {}
Config.Framework = "newesx" -- oldesx = OLD Version | newesx = NEW Version
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.AccessManagement = {
GroupLicense = 'group', -- group = use 'AdminGroup' | license = use 'AdminLicense'
AdminGroup = 'admin',
AdminLicense = 'license:..',
}
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",
}
Config = {}
Config.Framework = "qbcore" -- Utilisation du framework QBCore
Config.Notif = "OX" -- "ESX" ou "OX" ou "csNotif"
Config.OpenCoordsMenu = "F7" -- Touche par dรฉfaut pour ouvrir le menu des coordonnรฉes
Config.Command = "coordsmenu" -- Commande en jeu pour ouvrir le menu des coordonnรฉes
Config.Icon = 'location-dot' -- Icรดne du menu
Config.AccessManagement = {
GroupLicense = 'group', -- group = utilisation de 'AdminGroup' | license = utilisation de 'AdminLicense'
AdminGroup = 'admin',
AdminLicense = {'license:....'}, -- Liste des licences autorisรฉes
}
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 permission to open this menu",
}
Last updated