29.09.2013, 13:03
The only way I can see of getting around this is by splitting the message too.
What I do on my server is when someone's message is about 100characters long, i split it and store it in another string. Then I send out the first message and then the second message.
>Though if the message is less than 100characters long; I don't split the message.
What I do on my server is when someone's message is about 100characters long, i split it and store it in another string. Then I send out the first message and then the second message.
>Though if the message is less than 100characters long; I don't split the message.

