API
Functions for Job Account. Modify them inside bridge/jobaccount/server.lua for custom changes.
Get a Job Account
local account = _API.JobAccount.Get("mechanic") if account then print("Account found:", account) else print("No job account exists for mechanic.") end
Get Job Account Balance
Add Money to a Job Account
Remove Money from a Job Account
Set a Job Account Balance
Create a New Job Account
Last updated