Ui::setNotificationMessage

From RAGE Multiplayer Wiki
Revision as of 21:19, 7 April 2018 by Unknown (talk | contribs)

Syntax

mp.game.ui.setNotificationMessage(picName1, picName2, flash, iconType, sender, subject);

Required Arguments

  • picName1: String
  • picName2: String
  • flash: Boolean
  • iconType: int
  • sender: String
  • subject: String

Return value

  • int

Example

    mp.game.ui.setNotificationTextEntry("STRING");
    mp.game.ui.setNotificationMessage("CHAR_BLOCKED", "CHAR_BLOCKED", false, 4, 'title', 'message');
    mp.game.ui.drawNotification(true, false);

See also