🎬
FDS Development
  • πŸ€Έβ€β™‚οΈ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