06-12-2007, 10:15 PM
lol..
Count the amount of characters of /jail. Its 5.. So change it to
Anyway, I will write you the code for this in a few, when I get back..
Code:
If LCase(Mid(MyText, 1, 7)) = "/jail" Then
Code:
If LCase(Mid(MyText, 1, 5)) = "/jail" Then