TPlayers.WriteConsole

From Soldat Community Wiki
Revision as of 08:16, 25 July 2013 by Mighty (talk | contribs) (new page)
(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 all players

Example

Players.WriteConsole('This server is like so cooool',$FFFFFF); //sends message to all players in server.