Перейти к содержанию

Ui::addTextComponentSubstringTime

Материал из RAGE MP Wiki Archive

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

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.addTextComponentSubstringTime(timestamp, flags);</syntaxhighlight>

Required Arguments

  • timestamp: int
  • flags: int

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also