Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text errors
#7
Anthony Wrote:Did you add a new variable to the player UDT? Or what are you checking to see if the player has access?

UDT? I'm sorry, I'm very much n00bish. Anyways, heres what I have:
Code:
' VIP Message
            If Mid$(ChatText, 1, 1) = "#" Then
                ChatText = Mid$(ChatText, 2, Len(ChatText) - 1)
                If Len(ChatText) > 0 Then
                  If GetPlayerAccess(MyIndex) >= 0 Then
                    Call VIPMsg(MyText)
                End If
                MyText = vbNullString
                frmMirage.txtMyChat.Text = vbNullString
                Exit Sub
            End If
        End If
Does that answer your question?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)