Last updated 2 months ago
To add money to a society
exports["jobs_creator"]:addSocietyMoney(jobName, amount)
local isSuccessful = exports["jobs_creator"]:addSocietyMoney("police", 5000) print(isSuccessful)
jobName
string
Job ID (example police)
amount
integer
Amount of money to add
isSuccessful
boolean
If money are added or not