🥕
Carotto Documentation
  • CAROTTO Scripts Documentation
    • 👋Welcome
    • 🔐Escrow System
    • 🛡️DMCA
  • SCRIPTS
    • carotto_npcdoctor
      • Config File
    • carotto_rental
      • Config File
    • carotto_coordsmenu
      • Config File
    • carotto_gofast
      • Config File
    • carotto_police
      • Config File
    • carotto_sheriff
      • Config File
    • carotto_jobcenter
      • Config File
    • carotto_bennys
      • Config File
    • carotto_unicorn
      • Config File
    • carotto_blackmarket
      • Config File
    • carotto_atmrobbery
      • Config File
    • carotto_safezones
      • Config File
    • carotto_loadingscreen
    • carotto_blipscreator
      • Config File
    • carotto_key
      • Config File
    • carotto_taxi
      • Config File
    • carotto_weather
      • Config File
    • carotto_hunting
      • Config File
    • carotto_fishing
      • Config File
    • carotto_garage
      • Config File
    • carotto_marketV2
      • Config File
Powered by GitBook
On this page
  1. SCRIPTS
  2. carotto_coordsmenu

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",
}
Previouscarotto_coordsmenuNextcarotto_gofast

Last updated 6 days ago