Hey,
I have a problem with getting commands when people have weird characters in their name..
Normally for as far as I know to remove the playername from the message + : etc u do:
e.MessageText.Substring(e.Playername.Length + 7,e.MessageText.Length-e.Playername.Length - 7);
Seems to work fine on normal names but when u start using weird characters it doesn't function...
Is their anybody who knows a different way?
Greetz Glenn
I have a problem with getting commands when people have weird characters in their name..
Normally for as far as I know to remove the playername from the message + : etc u do:
e.MessageText.Substring(e.Playername.Length + 7,e.MessageText.Length-e.Playername.Length - 7);
Seems to work fine on normal names but when u start using weird characters it doesn't function...
Is their anybody who knows a different way?
Greetz Glenn