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

Item

Item settings overview

Config.lua
Config.requireditem = true -- Enable item requirement before using the UI [ true \ false ]
Config.requireditemame = "computer"  -- Item name
Config.requiredhinttxt = "You need a computer to use this." -- Hint if missing the item

Config.requireditem If true enable item requirement before using the UI, esle if false disable the requirement. Config.requireditemname Required tem name. Can be any item.

If you don't have the item in your server, run this sql query again:

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('computer', 'Computer', 1, 0, 1);
PreviousJobNextMarker

Was this helpful?

📚