i plan to make a Remote Control GUI for dedicated Server.
I am only at the beginning.
Code: Select all
My little Roadmap
[*]Make a new Window ingame
[*]Ask user for RCon Passwd
[*]Send a little Command to Verify Passwd
Perhaps Pause/Unpause an a little Message
[*]Make the GUI Patch settings like and add Server related Options.
[*]Make GUI only available if Network Game and not imgame Server.
I have make a window, thats work.
For the passwd confimation i tried to ask the user per ShowQueryString(), i thing this is a good way. But it doesnt work. It should apear before the GUI comes up and the GUI should only show when the passwd is correct.
Where and in which way must this function be called ?
And where and how can i get the string the user had typed in ?
And at least how can i send a simple command to the Server and check if the command was executed ?
I hope someone could/would help me to make a remote control.
Fox
Edit: Correct some missunderstandings in text