02-06-2008, 04:52 PM
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
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