When you want to press any button to defence/block, the client crashes. I can't find the bug.
Can someone help me? :o
NOTE: If you put the defence on any button it crashes.
Code:
{"Defence", 0x2a,-1}, // 'shift'
Code:
case ZACTION_DEFENCE:
{
if ( ZGetGame()->m_pMyCharacter && !ZGetGame()->IsReplay())
ZGetGame()->m_pMyCharacter->m_statusFlags.Ref().m_bGuardKey = true;
}


Reply With Quote


