Need quick help with text length
#1

Fixed!
Reply
#2

Just increase the string size. For example:
Quote:

new string[128];

TO
Quote:

new string[256];

Reply
#3

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Just increase the string size. For example:

TO
Client messages can be a maximum of 128 characters long.

But make sure your array has 128 cells, otherwise you'll probably have to split it into 2 messages, or just make it shorter.
Reply
#4

As @CalvinC said, client messages length can maximum have 128 characters lenght.
You have 118 characters, so you can add 10 characters.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)