Skip to main content

Ui::addTextComponentFloat

Syntax

```js mp.game.ui.addTextComponentFloat(value, decimalPlaces); ```

Required Arguments

  • value: float
  • decimalPlaces: int

Return value

  • Undefined

Example

```js // todo ```

See also