home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / multi-4a / messages.bas < prev    next >
Encoding:
BASIC Source File  |  1999-08-20  |  339 b   |  12 lines

  1. Attribute VB_Name = "messages"
  2. 'in the engine i used some preset message's.
  3. 'this stores all the messages so its easyier to edit them.
  4. 'if you dont want it to send the message then just leave it
  5. 'blank and it wont send it.
  6.  
  7. 'Server Full
  8. Public Const message_1 = "Server Full"
  9.  
  10. 'On Connection Message
  11. Public Const message_2 = ""
  12.