07.01.2014, 12:33
I've been attempting to make a Proxy Server in java that handles the connections between the client and the server.
Using the according ports, the program was able to detect incoming connections using a web browser ( localhost:7778 ) and of course there was no response from the sever's .exe since I was using a web browser.
When I tried connecting to the server on the proxy's port using the SA-MP client the proxy didn't detect any connection. Apparently I'm missing something, any help?
Edit: So apparently, I need to find a method to make a contact between the proxy server and the sa-mp's .exe using the same way a client connects to the sa-mp's .exe, still need help with this.
Using the according ports, the program was able to detect incoming connections using a web browser ( localhost:7778 ) and of course there was no response from the sever's .exe since I was using a web browser.
When I tried connecting to the server on the proxy's port using the SA-MP client the proxy didn't detect any connection. Apparently I'm missing something, any help?
Edit: So apparently, I need to find a method to make a contact between the proxy server and the sa-mp's .exe using the same way a client connects to the sa-mp's .exe, still need help with this.