When your client pack your text into bytes to be sent to server, it exclude bytes of unknown characters, the server does the same when receiving the data(If you unpack it before send to everyone).
|
|

Hey guys I really been trying to add more chat symbols like <>^`~{}|/\ to my client. I looked everywere on google and stuff like that too. I also been looking in my client and i cant find anything. If no one wants to tell me exactly i could really use some hints for this :\

Thanks for the hint but i found out TextInput.processText(inputString) is what i needed. I added a few symbols except for |{}_~ and i wanted those too. Also it doesnt show up in the chat box except for a couple. And for the hint i was expecting something like "Its in the TextInput class" or something like that
EDIT: I FOUND IT!!!!!!
it has something to do with this:
if (j >= 32 && j <= 122 && inputString.length() < 80) {
inputString += (char) j;
inputTaken = true;
}
j >= 32 && j <= 122 is the char id's you can type!thanks now i can have some fun with this
| « Renamed client error | Achievements Tab » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |