Graphics::notify

From RAGE Multiplayer Wiki
Revision as of 16:17, 4 January 2018 by Ragempdev (talk | contribs)

This function sends notification message for player.

Fonts and colors

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~');

See Also