20-09-2008, 04:56 AM
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