01-06-2008, 06:21 PM
Does anyone know how to put it so no one can put certain letters or symbols in there name?
I'm stumped.
Thanks in advance.
I'm stumped.
Thanks in advance.
Name Restrictions
|
01-06-2008, 06:21 PM
Does anyone know how to put it so no one can put certain letters or symbols in there name?
I'm stumped. Thanks in advance.
01-06-2008, 06:45 PM
I made a plan ...
Code: Private Sub Command1_Click()
01-06-2008, 09:49 PM
Nah it don't work..And where do I put that anyway rofl
Edit: Texta gets the compile error Edit 2: Nevermind. I get it..but it doesnt not let you use those words..just adds them ![]()
01-06-2008, 11:29 PM
There is a code in there to prevent the use of high ascii characters as well as one that prevents the use of Consty's name. Search for these and you should be able to figure it out that way.
02-06-2008, 03:20 PM
Heh, sorry. Couldn't find anything. Searched for
Consty Consty Name Prevent Restriction Prevent Name symbol symbol restriction and some more :oops:
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
02-06-2008, 04:56 PM
02-06-2008, 09:57 PM
Anthony! THANK YOU THANK YOU THANK YOU! IT WORKED
![]()
03-06-2008, 02:55 PM
Obsidian made a tutorial so you can't have swear words in the chat.
|
« Next Oldest | Next Newest »
|