Arama Sonuçları

  1. DeadLyEscaPe

    Çözüldü Sockete takılan cevher

    En alt satıra ekle: bool CItem::CheckStones() { for (int i = 0; i < 3 ; i++) { if (m_alSockets[i] == 1) return false; } return true; } Arat: private: TItemTable const * m_pProto; Üstüne ekle: public: bool CheckStones(); En sonunda...
Geri
Üst