Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Chat help
#3
Egon Wrote:Just rip this:

Code:
' Broadcast message
        If Left$(ChatText, 1) = "'" Then
            ChatText = Mid$(ChatText, 2, Len(ChatText) - 1)
            If Len(ChatText) > 0 Then
                Call BroadcastMsg(ChatText)
            End If
            MyText = vbNullString
            frmMirage.txtMyChat.Text = vbNullString
            Exit Sub
        End If

Works amazingly. Thanks a lot dude. I was ripping the AdminMsg, and it did the same as the custom one I'm making, so I thought they all would, I didn't think ripping would work
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)