if you are using MEGAMAX V2 files, the problem is with 0x3013 Packet ..
add this code after OnRecfromserver ..
Code:
if (opcode == 0x3013)
{
m_LocalSecurity.Send(_pck);
char_screen = false;
Send(true);
continue;
}
don't forget to remove this temp solution after the next MeGaMaX update ..
4.5 >> supposed to solve the problem with 3013 praising ..
------------------------------------------------------------
You can also remove 0x3013 praising it it should be solved !...