i am testing with function sub_6FC84D40, to send a notice to join the room, and it error like this
I fixed it like this
int i = 0;
while (pPacket5A->szText[i])
{
if (++i >= 16)
return;
}
GAME_SendPacketToAllConnectedClients(pGame, j_D2GAME_SendPacket0x5A_6FC3DEC0, pPacket5A);
i am testing with function sub_6FC84D40, to send a notice to join the room, and it error like this
I fixed it like this
the following functions work perfectly: