Nass Scripts
  • Nass Scripts
  • 📚nass_lib
    • Dependencies
    • Changelog
    • Config
  • Scripts
    • 💰Serverstore
    • 🎵Music Player
      • Dependencies
      • Installation
      • Changelog
      • Config
    • 👮Bossmenu
      • Dependencies
      • Installation
      • Changelog
      • Exports
        • Server Exports
      • Config
      • Common Issues
    • 💵Billing
      • Dependencies
      • Installation
      • Changelog
      • Exports
        • Server Exports
      • Config
      • Common Issues
    • 🔫Paintball
      • Dependencies
      • Installation
      • Changelog
      • Exports
        • Client Exports
      • Config
      • Common Issues
    • 💡Neons
      • Installation
      • Changelog
      • Exports
        • Client Exports
      • Config
    • 🏎️Dragstrips
      • Dependencies
      • Installation
      • Changelog
      • Config
Powered by GitBook
On this page
  1. Scripts
  2. Bossmenu
  3. Exports

Server Exports

getAccount
exports["nass_bossmenu"]:getAccount(jobName)

Returns the amount in the society funds for a specific job

addMoney
exports["nass_bossmenu"]:addMoney(jobName, amount)

Adds money to a specifc society fund returns nothing

removeMoney
exports["nass_bossmenu"]:removeMoney(jobName, amount)

Removes money from society funds and returns weather the amount was removed or not.

QBCore Gang Exports

getGangAccount
exports["nass_bossmenu"]:getGangAccount(gangName)

Returns the amount in the society funds for a specific gang

addGangMoney
exports["nass_bossmenu"]:addGangMoney(gangName, amount)

Adds money to a specific gang fund returns nothing

removeGangMoney
exports["nass_bossmenu"]:removeGangMoney(gangName, amount)

Removes money from gang funds and returns weather the amount was removed or not.

PreviousExportsNextConfig

Last updated 10 months ago

👮