How to set up QWSV servers so that you can use QWAdmin 'chat' window.

1st: You must compile tcpserver.c. To do so you must first unzip the package.
        gunzip tcpserver.tar.gz
        tar -xvf tcpserver.tar
        gcc tcpserver.c -o tcpserver

2nd: The server must be logging into a file.
        example:
         nohup ./qwsv -port 27500 +rcon_password "myrcon">>logfile</dev/null &

3rd: You must start tcpserver.c on the same port as qwsv, with the same rcon
       and with the same output log file.
        example:
          ./tcpserver 27500 logfile.txt myrcon &
 
That's it... Then just connect with QWAdmin and it should login fine...

