Player::notify: Difference between revisions

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


'''Codes:'''
'''Codes:'''
~n~ New line
~n~ New line



Revision as of 21:55, 30 May 2018

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