Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chat box not showing any text.
#8
Fixed it!

human error ftw.


I somehow managed to lose my:

Code:
' ::::::::::::::::::::
    ' :: Social packets ::
    ' ::::::::::::::::::::
    If (LCase(Parse(0)) = "saymsg") Or (LCase(Parse(0)) = "broadcastmsg") Or (LCase(Parse(0)) = "globalmsg") Or (LCase(Parse(0)) = "playermsg") Or (LCase(Parse(0)) = "mapmsg") Or (LCase(Parse(0)) = "adminmsg") Then
        Call AddText(Parse(1), Val(Parse(2)))
        Exit Sub
    End If



But I really don't remember touching it.. o.O

Sorry for wasting your time and such, thank you all though.

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)