Any way to see ingame chat trough RCON? -
Sayaron - 05.09.2010
As the tittle says, is there any way to see the ingame chat through the RCON console? It would actualy be a great tool and let me moderate the server through my desktop. So, anyone know a way to make this possible?
Re: Any way to see ingame chat trough RCON? -
Mauzen - 05.09.2010
It should already show up in the server console by default.
"[chat] name: text"
Re: Any way to see ingame chat trough RCON? -
Hal - 05.09.2010
The server console YES. (samp-server.exe)
The Remote Console No. At least i dont think so? (rcon.exe)
Re: Any way to see ingame chat trough RCON? -
Sayaron - 05.09.2010
Hal is right, I want it to be showed in the RCON console, not the Server console, I dont even host it myself, so thats no use.
Re: Any way to see ingame chat trough RCON? -
Calgon - 05.09.2010
I don't believe so, no. There
might be a way, using a plugin w/ memory hacking, though that's not allowed so I don't think there's a way.
Re: Any way to see ingame chat trough RCON? - Riddy - 05.09.2010
Wasnt Out of game rcon console removed on 0.3b?
Re: Any way to see ingame chat trough RCON? -
Sayaron - 06.09.2010
Quote:
Originally Posted by riddy123
Wasnt Out of game rcon console removed on 0.3b?
|
No, you still got rcon.exe in the GTA SA directory
Re: Any way to see ingame chat trough RCON? -
Matthias_ - 06.09.2010
If you want to moderate your server remotely, you should do that from IRC.
Re: Any way to see ingame chat trough RCON? -
michael2572 - 06.09.2010
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.
Re: Any way to see ingame chat trough RCON? -
Sayaron - 06.09.2010
Hm.. Seems I aint getting any way with this, thanks for at least replying guys