freeze

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  1. Metin2 Freeze player in game by GM

    #ifdef ENABLE_GM_LOCK_PLAYER if (isLocked()) return false; #endif client src GameLib/ActorInstance.cpp // find: BOOL CActorInstance::IsDead() { return m_isRealDead; } // add after: #ifdef ENABLE_GM_LOCK_PLAYER BOOL CActorInstance::IsLocked() { return m_isLocked; } #endif //...
Back
Top