Documentation
  • ScriptForge Documentation
  • Links
    • Discord
    • Youtube
    • Store
  • Crypto money washer
    • Configuration file
      • 💸Wallet
      • 🪙Bitcoins
      • 📀Custom bitcoins
      • ✂️Money Cut
      • 💼Job
      • 📚Item
      • 📌Marker
      • 🖱️UI command
      • 💰Take Bag_of_cash
      • 🏛️Deposit Bag_of_cash
      • 🚨Police alert
      • 🌴E-drugs
      • 🖥️Server farm
      • ⚖️Black market
      • 🌐VPN
    • Installation guide
    • Extras
      • MLO
      • Utility
Powered by GitBook
On this page

Was this helpful?

  1. Crypto money washer
  2. Configuration file

Marker

PreviousItemNextUI command

Was this helpful?

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: 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.

📌
https://docs.fivem.net/docs/game-references/controls/