TActivePlayer.WriteConsole

From Soldat Community Wiki
Revision as of 17:25, 1 July 2013 by Squiddy (talk | contribs) (Created page with " '''''procedure WriteConsole(Text: string; Color: Longint)''''' Text: message to send to player Color: text's color ==Description== Sends a message to a player. == Exampl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
procedure WriteConsole(Text: string; Color: Longint)
 Text: message to send to player
 Color: text's color

Description

Sends a message to a player.

Examples

Players[1].WriteConsole('Hey you!',$FF00FF); //sends "Hey you!" in pink to player 1
Players.WriteConsole('This server is like so cooool',$FFFFFF); //sends message to all players in server.