24.12.2013, 09:53
Also a tip: You're using a lot of "new MyString[256]" for SendClientMessage,
That should be 144/128 (The Max character for SendClientMessage) So you're making it 265 bit while you're only using 128/144
That should be 144/128 (The Max character for SendClientMessage) So you're making it 265 bit while you're only using 128/144