Posts: 515
Threads: 76
Joined: May 2008
Reputation:
0
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 ?
Posts: 27
Threads: 3
Joined: May 2007
Reputation:
0
You can replace the print function, and have it loop through all players and check IsPlayerAdmin and have it SendClientMessage for the positive match.
Posts: 515
Threads: 76
Joined: May 2008
Reputation:
0
I mean for rcon console - rcon.exe, for remote connection to server console without entering game. Is possible to send print() in there?