mIRC Home    About    Download    Register    News    Help

Print Thread
#152133 27/06/06 04:44 PM
Joined: Jun 2006
Posts: 5
V
voipme Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Jun 2006
Posts: 5
I'm attempting to write Pong for mIRC. I've got all the ball movement, paddle movement, etc, but I keep running into problems with sockets. Any there any decent references for mIRC sockets other than those found on mIRCscripts.org? None of them deal with scripts that function as both clients and servers.

#152134 27/06/06 05:04 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
I found the help file sufficient. Is there any part you don't understand from that?

#152135 27/06/06 05:09 PM
Joined: Jun 2006
Posts: 5
V
voipme Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
V
Joined: Jun 2006
Posts: 5
Normally, the helpfile is good enough.

I'm working on something right now. I think I might have fixed my problem. For some reason, I had both the client and the server parts inside of a sockread event. I'm moving the server parts over to the socklisten event now, and finagling the client parts in order to make it work nicely.


Link Copied to Clipboard