Player::notify: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 3: Line 3:
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
player.notify(String message)
player.notify(String message)
</syntaxhighlight>
== Example ==
<syntaxhighlight lang="javascript">
player.notify('~w~Hello World~w~')
</syntaxhighlight>
</syntaxhighlight>


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

Revision as of 10:01, 25 September 2017

This function sends notify message for player.

Syntax

player.notify(String message)

Example

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

See Also