SA-MP Forums Archive
How to ? :o - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to ? :o (/showthread.php?tid=88280)



How to ? :o - Dreftas - 25.07.2009

In simple console where i start server, I see all print() messages. How to make that i see those messages in RCON Console ? Is it even possible ?


Re: How to ? :o - miceiken - 25.07.2009

You can replace the print function, and have it loop through all players and check IsPlayerAdmin and have it SendClientMessage for the positive match.


Re: How to ? :o - Dreftas - 25.07.2009

I mean for rcon console - rcon.exe, for remote connection to server console without entering game. Is possible to send print() in there?