Chatroom
Blitz3D Forums/Blitz3D Programming/Chatroom| 
 | ||
| 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. | 
| 
 | ||
| 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. | 
| 
 | ||
| Here's a multiplayer example that came with BlitzBasic. It uses DirectPlay. |