RAGE.Chat.Output

From RAGE Multiplayer Wiki
Revision as of 01:17, 14 January 2019 by Erk (talk | contribs)

Sends a chat message to the player.

Syntax

RAGE.Chat.Output(string text);

Required Arguments

  • text: String text

Example

C# Syntax

Parameters

  • text:: String text

Example

public void sendChatMessageToPlayer(string message)
{
    RAGE.Chat.Output(message);
}



See also