📌Marker

Marker settings overiew

Config.lua
Config.usemarker = true -- Enable specific position to use the UI
Config.computeruikey = 38 -- 38 = E(open), ESC(main.js line 50) to close | Key to open the computer UI | https://docs.fivem.net/docs/game-references/controls/
Config.computeruitxt = "Press ~INPUT_CONTEXT~ to open the computer UI" -- If Config.usermarker = true show this hint on marker
Config.computeruirange = 3.0 -- If Config.usermarker = true this is the max. range to open the UI
Config.computeruicoords = { -- If Config.usermarker = true these are the coordinates where players can open the UI
    { x = -709.58, y = -905.39, z = 19.20 },
    { x = -43.80, y = -1749.07, z = 29.41 },
    -- Add more coordinates as needed
}

Config.usemarker If true specific position is required to use the UI, else if false requirement is disabled. Config.computeruikey Key to open the computer UI. Full key list: https://docs.fivem.net/docs/game-references/controls/ Config.compteruirange this is the max. range to open the UI. Config.computeruicoords List of coordinates where UI can be used. Add as many as needed.