Skip to main content

Ui::addTextComponentSubstringTime

Adds a timer (e.g. '00:00:00:000'). The appearance of the timer depends on the flags, which needs more research.

Syntax

```js mp.game.ui.addTextComponentSubstringTime(timestamp, flags); ```

Required Arguments

  • timestamp: int
  • flags: int

Return value

  • Undefined

Example

```js // todo ```

See also