char.cpp: In member function 'int CHARACTER::GetBiologState(const std::string&) const':
char.cpp:6293: error: 'pPC' was not declared in this scope
vegas biyolog sistemini ekliyordum build ederken bu hatayı aldım
Linkleri Görebilmek İçin Üye Olmanız Gerekmektedir. Üye Olmak İçin Tıklayınız...
char.cpp:6293: error: 'pPC' was not declared in this scope
vegas biyolog sistemini ekliyordum build ederken bu hatayı aldım
Kod (C++):
- //CHAR.CPP
- //1.) Search:
- bool CHARACTER::CanSummon(int iLeaderShip)
- {
- return (iLeaderShip >= 20 || iLeaderShip >= 12 && m_dwLastDeadTime + 180 > get_dword_time());
- }
- //2.) Add bellow:
- #ifdef ENABLE_BIOLOG_SYSTEM
- int...