Arama Sonuçları

  1. E

    Yardım candidate expects 3 arguments, 4 provided

    Shop_manager.cpp:821:96: error: no matching function for call to 'LogManager::ShopLog(DWORD&, DWORD&, const char [22], DWORD&)' LogManager::instance().ShopLog(dwOwnerID, dwItemID, "%u is buying the item", dwBuyerID)...
  2. E

    Yardım candidate expects 3 arguments, 4 provided

    4.argumanı nasıl ekleyebilirim log.cpp ve log.h ye
  3. E

    Yardım candidate expects 3 arguments, 4 provided

    peki bu 4. argumanı "%u is buying the item" nasıl ekelyebilirim log.cpp ve log.h ye Dword diye ekleyemem heralde :D
  4. E

    Yardım candidate expects 3 arguments, 4 provided

    "%u is buying the item", bunun için nasıl bir ekleme yapmam gerektiğini çözemedim log.cpp ve log.h ye
  5. E

    Yardım candidate expects 3 arguments, 4 provided

    LogManager::instance().ShopLog(dwOwnerID, dwItemID, "%u is buying the item", dwBuyerID); Yukarıdaki logu kapattığımda client kapanıyordu shopu açtığımda paket hatası veriyordu Alttaki şekilde yaptığımda ise Phase Game does not handle this header hatasını veriyordu Ve Shopu yükleyemiyordu...
  6. E

    Yardım candidate expects 3 arguments, 4 provided

    Bu şekilde sorunlu çalışıyor.
  7. E

    Yardım candidate expects 3 arguments, 4 provided

    void CShopManager::SendShopBuyDBPacket(DWORD dwBuyerID, DWORD dwOwnerID, DWORD dwItemID) { TPacketGDShop pack; pack.bSubHeader = SUBHEADER_GD_BUY_ITEM; TSubPacketGDBuyItem subpack; subpack.dwGuestID = dwBuyerID; subpack.dwOwnerID = dwOwnerID...
  8. E

    Yardım candidate expects 3 arguments, 4 provided

    Aynen o ifadeyi yazdırmak istiyorum.
Geri
Üst