Graphics::notify

From RAGE Multiplayer Wiki
Revision as of 15:41, 22 October 2017 by Andrew (talk | contribs) (Created page with "This function sends notification message for player. Fonts and colors == Syntax == <syntaxhighlight lang="javascript"> mp.game.graphics.notify(String me...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function sends notification message for player.

Fonts and colors

Syntax

mp.game.graphics.notify(String message)

Example

mp.game.graphics.notify('~w~Hello World~w~')

See Also