Player::notify

From RAGE Multiplayer Wiki
Revision as of 21:55, 30 May 2018 by Jake (talk | contribs)

This function sends notification message for player.

Codes:

~n~ New line

~r~ Red

~g~ Green

~b~ Blue

~w~ or ~s~ White

~y~ Yellow

~p~ Purple

~l~ Black (lower case L)

Syntax

player.notify(String message)

Example

player.notify('~w~Hello ~n~~g~World~w~')

See Also