PlrMessage

Category: Messages
Since engine version: 4.9.1.0 GWE

Description

Displays a message in the viewport of the specified player. Message formatting is done accoring to Message.

Syntax

bool PlrMessage (string szMessage, int iPlr,  ...);

Parameters

szMessage:
Message to be displayed
iPlr:
Number of the player for whom to display the message
...:
[opt] *

Example

PlrMessage("Pssst! Dein Gegenspieler heißt %s!", 0, GetPlayerName(1));
Displays the name of the second player for the first player.
See also: AddMessage, CustomMessage, Message, PlayerMessage
Sven2, November 2001