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

Ui::setNotificationTextEntry

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

Declares the entry type of a notification, for example 'STRING'.

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.setNotificationTextEntry(type);</syntaxhighlight>

Required Arguments

  • type: String

Return value

  • Undefined

Example

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

See also