player

Welcome!

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

SignUp Now!
  1. Introduction data me

    *Firstname: roee *Age: 42 *Location: palestine *Occupation: palestine Favorite games: *Interests: nothing *A description of you: good man *Where did you find about OnForum.net ? internet Other specifications? no
  2. 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