Writeln
From the Scripting Manual
procedure WriteLn(Output: string); Parameter Info: Output (String): Text to be written to the Admin Console. Description: Using this command, you can write text out to the SoldatServer console and also to all connected TCP Administrators.
Examples
WriteLn('This text will be displayed to all admins!');