Add Company Money
exports.bcs_companymanager:AddCompanyMoney(name, account, amount, identifier, reason, isPaying)
-
name:
string
- The company or job name.
-
account:
string
- The company account, such as
money
orblack_money
.
- The company account, such as
-
amount:
number
- The amount you want to add to the account.
-
identifier?:
string
- Can be a player identifier or a job name.
-
reason?:
string
- The purpose or explanation for adding the money.
-
isPaying?:
boolean
- Indicates if the action is a payment (
true
) or not (false
).
- Indicates if the action is a payment (