🎬
FDS Development
CtrlK
  • 🤸‍♂️Gym Script
    • Setting up perk effects
    • Client exports
      • GetLivelloPerk
      • getEsercizio
      • GetPeso
      • OpenStats
  • 📨Post Box
    • Adding items
    • Configuration File
    • Setting up new stamps
    • Creating a New Post Box
  • ⏸️Pause Menu
  • 💼Boss Menu
    • Installation and Configuration
    • Adding a new Boss Menu
    • esx_society and esx_addonaccount
    • Exports
      • Server
        • addMoney
        • removeMoney
        • getAccount
      • Client
        • GetBossOpen
        • GetCVOpen
        • GetApplicationsOpen
        • openCV
        • OpenBoss
        • OpenApplicationsMenuZone
  • 🏚️Ultra Motels
    • Adding a new motel
  • 💲Ultra Banking
    • Installing and Setup
      • Setup Logs
    • Exports
      • Client
        • openBank
        • openAtm
      • Server
        • addAccountMoney
        • removeMoney
        • GetAccount
Powered by GitBook
On this page
  1. 💼Boss Menu
  2. Exports
  3. Server

removeMoney

exports.fdsdev_bossmenu.removeMoney(nil, name, amount, title, description, negative)

Name: society id

Amount: money amount

Title: transaction info title

Description: transaction info description

Negative: true to let the society account be negative if there aren't enough money

Returns true if there are enough money and if negative is set to false or nil, otherwise it will return false

PreviousaddMoneyNextgetAccount

Last updated 1 year ago