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

Ui::displayHelpTextThisFrame

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

The messages are localized strings.
Examples:
'No_bus_money'
'Enter_bus'
'Tour_help'
'LETTERS_HELP2'
'Dummy'

**The bool appears to always be false (if it even is a bool, as it's represented by a zero)**
--------
p1 doesn't seem to make a difference, regardless of the state it's in.

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.displayHelpTextThisFrame(message, p1);</syntaxhighlight>

Required Arguments

  • message: String
  • p1: Boolean

Return value

  • Undefined

Example

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

See also