Quote (AbDuCt @ Jun 5 2016 03:34pm)
Yea that narrows it down a bit. I am not sure how you are sending your commands, but check the return status on them. Most Winsock socket functions either return an error code, or the number of bytes it has successfully sent. If an error has occurred you can fetch them via some function call which I can't recall off the top of my head.
That's where I'm stuck.
I'm going to rewrite the overlay to work independently of the Rcon rather than through it. All I need to do then is issue commands to the overlay as an Rcon itself. Maybe I can reverse engiineer DaRt to an overlay status.