Player::notify: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This function sends notify message for player. == Syntax == <syntaxhighlight lang="javascript"> player.notify(String message) </syntaxhighlight>")
 
No edit summary
Line 4: Line 4:
player.notify(String message)
player.notify(String message)
</syntaxhighlight>
</syntaxhighlight>
==See Also==
{{Player_block}}

Revision as of 13:43, 17 April 2017

This function sends notify message for player.

Syntax

player.notify(String message)

See Also