Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My Code Not Working...
#12
lol..
Code:
If LCase(Mid(MyText, 1, 7)) = "/jail" Then
Count the amount of characters of /jail. Its 5.. So change it to
Code:
If LCase(Mid(MyText, 1, 5)) = "/jail" Then
Anyway, I will write you the code for this in a few, when I get back..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)