03-02-2017, 06:14 PM
Hi PROGRAMMATOR,
I've a problem in the chat.
When I write the message appear strange message.
Here an example:
![[Изображение: cache.png]](https://s29.postimg.org/qd0bqpm93/cache.png)
Serverpacket:
I know there is a write to add with client region.
Can you tell me what is correct structure?
Thanks in advance!
I've a problem in the chat.
When I write the message appear strange message.
Here an example:
![[Изображение: cache.png]](https://s29.postimg.org/qd0bqpm93/cache.png)
Serverpacket:
Код:
writeD(player.Id);
writeC(player.Nickname.Length);
writeS(player.Nickname);
writeC(player.NicknameColor);
writeC(message.Length);
writeS(message);
I know there is a write to add with client region.
Can you tell me what is correct structure?
Thanks in advance!
![Smile Smile](https://forum.zone-game.info/images/smilies/smile.png)