> For the complete documentation index, see [llms.txt](https://docs.ak4y.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ak4y.com/scripts/ak4y-bossmenu/events-export-list.md).

# Events / Export List

### Add Money (server-sided)

```lua
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)

```lua
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 |
