Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Point Blank (Piercing Blow) (https://forum.zone-game.info/forumdisplay.php?f=204)
-   -   [Point Blank] Project Blackout Chat problem (https://forum.zone-game.info/showthread.php?t=42153)

ManuelDev 02.03.2017 18:14

Project Blackout Chat problem
 
Hi PROGRAMMATOR,
I've a problem in the chat.

When I write the message appear strange message.

Here an example:
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! :)

Awiion 02.03.2017 19:15

Re: Project Blackout Chat problem
 
ManuelDev,
Link
Fix

P.S. All because an incorrect encoding.

ManuelDev 02.03.2017 19:24

Re: Project Blackout Chat problem
 
Цитата:

Сообщение от Awiion (Сообщение 424402)
ManuelDev,
Link
Fix

P.S. All because an incorrect encoding.

I will test it, thanks in advance for your quick reply! :D

ManuelDev 05.03.2017 15:35

Re: Project Blackout Chat problem
 
Цитата:

Сообщение от Awiion (Сообщение 424402)
ManuelDev,
Link
Fix

P.S. All because an incorrect encoding.


I've finally test and that's working perfectly! Thanks a lot for that :)


Текущее время: 00:10. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot