Arama Sonuçları

  1. F

    [GM] Her Şeyin İçinden Geçme

    bool CMapManager::IsMapReady() { if (!m_pkMap) return false; return m_pkMap->IsReady(); } kod bloğu bu şekilde olunca true yazması normal olarak görüyorum
  2. F

    [GM] Her Şeyin İçinden Geçme

    bool CPythonBackground::CheckAdvancing(CInstanceBase * pInstance) { if (!IsMapReady()) return true; #if defined(ENABLE_NO_WALL_FOR_GM) if(pInstance->IsPC() && pInstance->IsGameMaster() && pInstance->IsWalking()) return false; #endif Vector3d center; float radius;
Geri
Üst