Player::notify: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
This function sends notify message for player.
This function sends notification message for player.
== Syntax ==
== Syntax ==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">

Revision as of 10:01, 25 September 2017

This function sends notification message for player.

Syntax

player.notify(String message)

Example

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

See Also