Difference between revisions of "TActivePlayer.WriteConsole"

From Soldat Community Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 17:25, 1 July 2013

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.