Help Please

04/03/2010 02:11 Trojan085#1
Well Im using this source

[Only registered and activated users can see links. Click Here To Register...]

i make a char, it goes to wear i put my name ect. and first it says Error Try Again, then after it says Invalid Character Name..


Somebody Please Help
04/03/2010 05:18 Santa#2
What are you trying to make the name be?
04/03/2010 06:05 Fish*#3
just try make the name like omgdudeicantreadtheerrormessagewhatdoido and dont make it omg.dude.i.cant.read.the.error.message.what.do.i.d o because you cant put signs in your character name.
Get it?
04/03/2010 23:51 Paralyzer[GM]#4
The only extra symbol disabled is
Code:
~
04/04/2010 06:52 Arcо#5
Quote:
Originally Posted by Paralyzer[GM] View Post
The only extra symbol disabled is
Code:
~
Code:
 if (Name.IndexOfAny(new char[15] {' ', '~', '[', ']', '#', '*', '\\', '/', '<', '>', ':', '"', '|', '?', '='}) > -1) //this is all windows folder invalids characters
04/06/2010 17:20 bogdank#6
Quote:
Originally Posted by .Arco View Post
Code:
 if (Name.IndexOfAny(new char[15] {' ', '~', '[', ']', '#', '*', '\\', '/', '<', '>', ':', '"', '|', '?', '='}) > -1) //this is all windows folder invalids characters
he even told you where to look to take off the invalid characters...


at least thank him for gods sake.
04/06/2010 18:29 Paralyzer[GM]#7
I gave him a +Thanks becuase the other guy was to lazy to.