Events / Export List

Add Money (server-sided)

local success = exports['ak4y-bossmenu']:AddJobMoney(job, amount) --return true of false
Parameter
Type
Description

job

string

The job name

amount

number

The amount you want to add

Remove Money (server-sided)

local success = exports['ak4y-bossmenu']:RemoveJobMoney(job, amount) --return true of false
Parameter
Type
Description

job

string

The job name

amount

number

The amount you want to add

Last updated