Suggested RCON Tool Change
-
- This is my homepage
- Posts: 353
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Sep 17, 2004 7:50 pm
- Contact:
Suggested RCON Tool Change
It's very simple request, something common in almost every rcon control program.
Press Enter to "Send Command"
I have to use the rcon utility on the control panel at school and work due to the firewalls, so I can't use HLSW...just wondering if this could be implemented, if so it'd be very useful for quick command changes and settings.
Press Enter to "Send Command"
I have to use the rcon utility on the control panel at school and work due to the firewalls, so I can't use HLSW...just wondering if this could be implemented, if so it'd be very useful for quick command changes and settings.
-
- This is my homepage
- Posts: 353
- Joined: Fri Sep 17, 2004 7:50 pm
- Contact:
-
- This is my homepage
- Posts: 353
- Joined: Fri Sep 17, 2004 7:50 pm
- Contact:
-
- This is my homepage
- Posts: 353
- Joined: Fri Sep 17, 2004 7:50 pm
- Contact:
-
- This is my homepage
- Posts: 353
- Joined: Fri Sep 17, 2004 7:50 pm
- Contact:
Have you tried the javascript functions?
or it might be
Code: Select all
<input type='submit' onclick='sendcommand()' class='button' style='margin:0 5px 3px 0' value='Send command' onKeyDown="if(event.keyCode==13) event.keyCode=9;">
Code: Select all
<input type='submit' onclick='sendcommand()' class='button' style='margin:0 5px 3px 0' value='Send command' onKeyDown="if(event.keyCode==13) sendcommand();">
-
- This is my homepage
- Posts: 353
- Joined: Fri Sep 17, 2004 7:50 pm
- Contact: