🎉 Driving School is released. Read more →
Paid Scripts
Company Manager v5
Functions & Events
Server
Remove Company Money

Remove Company Money

exports.bcs_companymanager:RemoveCompanyMoney(name, account, amount, identifier, reason, isPaying)
  • name: string

    • The company or job name.
  • account: string

    • The company account, such as money or black_money.
  • amount: number

    • The amount you want to remove to the account.
  • identifier?: string

    • Can be a player identifier or a job name.
  • reason?: string

    • The purpose or explanation for removing the money.
  • isPaying?: boolean

    • Indicates if the action is a payment (true) or not (false).