Skip to main content

Ui::displayCash

'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

  • toggle: Boolean

Return value

  • Undefined

Example

```js // todo ```

See also