> For the complete documentation index, see [llms.txt](https://doc.var-fivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.var-fivem.com/heist-atm/configuration/event-money.md).

# Event money

```lua
Shared.DollarBills = { 5, 10, 20, 50, 100 }
Shared.TimeRewardMoney = 20
```

* Shared.DollarBills = What type of sum gives the ATM every second
* Shared.TimeRewardMoney = How long can ATM give money
