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!
Buda onun web taraflısı
kullanacak olursa Link ;
kullanacak olursa Link ;
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Necesitas la lista de idiomas para organizarlo.Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.Paylaşım için teşekkürler.
DİLLERİMİN NEDEN ÇIKMADIĞI BİR SORU.
Ekli dosyalar
how u make it get translate from config.ini
i want to contact with u, and thnx for share <3
i want to contact with u, and thnx for share <3
Son düzenleme:
Guys but where should this code be inserted? in what part of Userinterface?
- Then add the following method by replacing the web link with the one of your choice:
- std::string M_VerifLangue(){ // Méthode vérifiant la langue
- string versionActuel = "tr";
- string url = "
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.";
- string destination = "langue.php";
- char buffer[MAX_LINE];
- dl = URLDownloadToFile(NULL, url.c_str(), destination.c_str(), NULL, NULL);
- if (dl == S_OK)
- {
- std::ifstream infile("langue.php");
- std::string line;
- while (std::getline(infile, line))
- {
- std::istringstream iss(line);
- int a, b;
- if (!(iss >> a >> b)) { break; }
- }
- infile.close();
- remove("langue.php");
- return line;
- }
- else if (dl == E_OUTOFMEMORY) // En cas de surcharge, ferme le lanceur.
- {
- exit(0);
- }
- else // Ferme le lanceur si aucun des cas n'a été franchis.
- {
- exit(0);
- }
- return "";
- }
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 26
- Görüntüleme
- 809
- Cevaplar
- 62
- Görüntüleme
- 13K
- Cevaplar
- 34
- Görüntüleme
- 6K
- Cevaplar
- 46
- Görüntüleme
- 10K
