Get job account money
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
To get a list of weapons of a player stored in a specific armory ID.
exports["jobs_creator"]:getJobAccountMoney(jobName)
jobName
string
Job ID (example police)
accountMoney
integer
Money stored in society account
local jobMoney = exports["jobs_creator"]:getJobAccountMoney("gang_job")
print(jobMoney)