GTA V NativesuiUi::setPlayerCashChangeOn this pageUi::setPlayerCashChangeDisplays cash change notifications on HUD. Syntax ```js mp.game.ui.setPlayerCashChange(cash, bank); ``` Required Arguments cash: int bank: int Return value Undefined Example ```js // todo ``` See also