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

Ui::addTextComponentSubstringTime

Материал из RAGE MP Wiki Archive
Версия от 14:49, 20 мая 2017; imported>StreetGT
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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