Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Name Restrictions
#6
Probably was removed in MSE2 if thats what your using.

So, lets just say, go to your server side source, find the "Add character packet" in modHandleData. There should be another one there that's like this:

[code]
' Prevent hacking
For i = 1 To Len(Name)
n = Asc(Mid(Name, i, 1))

If (n >= 65 And n = 97 And n = 48 And n
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)