View Single Post
  #7  
Old 10-12-2011, 02:14 PM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

Quote:
Originally Posted by Ataros View Post
According to naryv this should work:

Code:
System.Console.WriteLine("bla-bla-bla");
Thus you can control server from the script. Server-commander any one ?

E.g it is possible to autokick users based on ping now. Or include them into ban list for vulching or attacking admins
Is it possible to read from console? Code would be:

Code:
string line = System.Console.ReadLine();
Reply With Quote