HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
log.cpp: In member function 'void LogManager::OfflineShopLog(DWORD, const char*, const char*)':
log.cpp:322: error: 'LOG_LEVEL_MAX' was not declared in this scope
log.cpp:322: error: 'LOG_LEVEL_CHECK_N_RET' was not declared in this scope
HATA BU ARKADASLAR
#ifdef __OFFLINE_SHOP__
void LogManager::OfflineShopLog(DWORD dwAID, const char * pszItem, const char * action)
{
LOG_LEVEL_CHECK_N_RET(LOG_LEVEL_MAX);
Query("INSERT INTO offlineshop_log (account_id, action, item, time) VALUES ('%d', '%s', '%s', NOW())", dwAID, action, pszItem);
}
#endif
HATA VERDİĞİ KOD BLOGU
https://forum.turkmmo.com/konu/3655506-finchwork-offline-shop-mt2-tc-son-surum/
kurdugum sistem yardımcı olursanız sevinirim @Flusya23 @wabzy
log.cpp:322: error: 'LOG_LEVEL_MAX' was not declared in this scope
log.cpp:322: error: 'LOG_LEVEL_CHECK_N_RET' was not declared in this scope
HATA BU ARKADASLAR
#ifdef __OFFLINE_SHOP__
void LogManager::OfflineShopLog(DWORD dwAID, const char * pszItem, const char * action)
{
LOG_LEVEL_CHECK_N_RET(LOG_LEVEL_MAX);
Query("INSERT INTO offlineshop_log (account_id, action, item, time) VALUES ('%d', '%s', '%s', NOW())", dwAID, action, pszItem);
}
#endif
HATA VERDİĞİ KOD BLOGU
https://forum.turkmmo.com/konu/3655506-finchwork-offline-shop-mt2-tc-son-surum/
kurdugum sistem yardımcı olursanız sevinirim @Flusya23 @wabzy
