Chatroom

Blitz3D Forums/Blitz3D Programming/Chatroom

Zach3D(Posted 2006) [#1]
Could someone give me a link, or write the code for, a chatroom set for 2 people, the host and client. All I want it to do is when it starts , you enter your name, and whenever someone types a message, a new line prints Name + message, that is all I want it to do.


Regular K(Posted 2006) [#2]
http://blitzbasic.com/codearcs/codearcs.php?cat=4

Theres some chats in there, and general stuff that will help you if you cant find one to suit your needs.


kfprimm(Posted 2006) [#3]


Here's a multiplayer example that came with BlitzBasic. It uses DirectPlay.