06.09.2010, 06:20
You can't do it in realtime because the SAMP Rcon works by getting user input, sending it to the server, processing the message, then sending something back. You could buffer the last 20 lines of chat on your server, then have an rcon command to loop through them and spit them back out to your console.