Jump to content

Anyone

Inactive Member
  • Posts

    49
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Anyone

  1. Edit like this:

      /*          if (test_server)
                {
                    sys_log(0, "%s attack hack! time (delta, limit)=(%u, %u) hack_count %d",
                            ch->GetName(),
                            current_time - ch->m_kAttackLog.dwTime,
                            GET_ATTACK_SPEED(ch),
                            ch->m_speed_hack_count);
     
                    ch->ChatPacket(CHAT_TYPE_INFO, "%s attack hack! time (delta, limit)=(%u, %u) hack_count %d",
                            ch->GetName(),
                            current_time - ch->m_kAttackLog.dwTime,
                            GET_ATTACK_SPEED(ch),
                            ch->m_speed_hack_count);
                }*/

    Test

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.