ip sorunu

  1. XPyrion

    Internal ip sorunu fix

    Game-Db Source/Server/game/src/config.cpp Gir ve arat: if (!strncmp(netip, "192.168", 7)) // ignore if address is starting with 192 Şu şekilde değiştir: if (!strncmp(netip, "000.000", 7)) // ignore if address is starting with 192 Alıntıdır.
  2. iMeR

    C++ Proxy IP Özelliği | Hamachi | Sabit IP | Google Cloud | Azure Cloud | CH Ekranına Tekme Yeme Fix!

    Anlatım Kontrol et : p.lAddr = lAddr; Altına ekle : if (!g_stProxyIP.empty()) p.lAddr = inet_addr(g_stProxyIP.c_str()); Config.cpp Kontrol et : uint32_t g_dwSkillBookNextReadMax = 43200; Altına ekle : std::string g_stProxyIP = ""; Kontrol et : fprintf(stdout...
Geri
Üst