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:
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:
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!