SA-MP Forums Archive
[Socket Plugin] Retrieving input stream - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Socket Plugin] Retrieving input stream (/showthread.php?tid=486319)



[Socket Plugin] Retrieving input stream - iRage - 08.01.2014

I'm trying to establish a connection between the server and a java program using BlueG's socket plugin.

I was able to establish the connection successfully, but it comes to a problem where I'm trying to retrieve the input stream since there's no method on the plugin that allows me to send the server's output stream.

I would use any hand here.