TatLead
TatLead
thanks for the info. WindowsGSM will fit in 1024x768 screen size in the next release thanks!
thanks for that, but I believe WindowsFirewall.cs already did this feature I think.
what game server?
I suggest you not use 32-bit machine, use a 64-bit instead.
good suggestion! thanks
For the Fastdl server, I prefer using wamp or xampp or IIS. It is possible to sync and bzip2 the files to the web server in the future.
probably not enough space, make sure the drive has enough storage space.
For console application, ```cs Process.StandardInput.WriteLine(); // Redirect Standard Input Win32API.PostMessage(); // Send message to windowed console using process.MainWindowHandle PseudoConsole.WriteLine(); // Start the console with conpty and write line ``` For...
srcds.exe is actually a windowed application. 🙃
For more info about srcds, you may check this https://forums.alliedmods.net/showthread.php?t=287902 It is possible to use `-HFILE -HPARENT -HCHILD` to get the output and input? You may investigate it.