Remove society account money
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
To remove money from a society
exports["jobs_creator"]:removeSocietyMoney(jobName, amount)
jobName
string
Job ID (example police)
amount
integer
Amount of money to remove
isSuccessful
boolean
If money are removed or not
local isSuccessful = exports["jobs_creator"]:removeSocietyMoney("police", 5000)
print(isSuccessful)