c:\Users\Dominik\Desktop\xxxx\Source\SRC\_Network\ Objects\Obj.h(173): error C2065: 'prj' : undeclared identifier
Code:
#ifdef __MODEL_CHANGE DWORD m_dwnewID; ItemProp* GetNewID() { return prj.GetItemProp( m_dwnewID ); } #endif
Code:
#ifdef __ANTIHACK_EXTENDED if( pUser->m_dwLastSay > GetTickCount() ) { pUser->AddText("[Dark Paradise] Please wait.."); return FALSE; } #endif //__ANTIHACK_EXTENDED
c:\Users\Dominik\Desktop\xxxx\Source\SRC\_Network\ Objects\Obj.h(173): error C2228: left of '.GetItemProp' must have class/struct/union type
type is ''unknown-type''
Code:
#ifdef __MODEL_CHANGE DWORD m_dwnewID; ItemProp* GetNewID() { return prj.GetItemProp( m_dwnewID ); } #endif