Graphics::notify: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 21: Line 21:


==Formatting==
==Formatting==
{{Fonts_and_Colors}}
{{:Fonts_and_Colors:GTA Colors}}


==See Also==
==See Also==
{{Player_block}}
{{Player_block}}

Revision as of 18:04, 3 January 2018

This function sends notification message for player.

Fonts and colors

In actual build (24.12.2017) param message need to be at least 16 characters long #62 (thanks to Meta).

Syntax

mp.game.graphics.notify(String message)

Example #1

This example will output notification with specified message.

Client-Side
mp.game.graphics.notify('~w~Hello World~w~');

Formatting

Fonts and Colors:GTA Colors

See Also