'DISPLAY_CASH(false);' makes the cash amount render on the screen when appropriate 'DISPLAY_CASH(true);' disables cash amount rendering
Syntax
```js mp.game.ui.displayCash(toggle); ```
Required Arguments
Return value
Example
```js // todo ```
See also