Skocz do zawartości
Masz już aplikację Sharegon?

Odkryj wszystkie możliwości. Dowiedz się więcej

Sharegon.pl

Zainstaluj aplikację Sharegon i korzystaj z powiadomień push oraz licznika nowych aktywności bezpośrednio z ekranu głównego.

Aby zainstalować tę aplikację na iOS i iPadOS.
  1. Tap the Share icon in Safari
  2. Przewiń menu i stuknij Dodaj do ekranu początkowego.
  3. Stuknij Dodaj w prawym górnym rogu.
Zainstaluj aplikację Sharegon na Androidzie
  1. Otwórz Sklep Google Play na swoim smarfonie.
  2. Wyszukaj „Sharegon” w pasku wyszukiwania.
  3. Stuknij „Zainstaluj”, aby pobrać aplikację.

Fix game exit error

Nieaktywny

Featured Replies

Opublikowano

Hello
First of all, I apologize for my English, it might be a bit bad.

 

This error is in all available versions, free and non-free, and many people face it. Marty Sama did not solve this error except in version 5.8, and despite that, there are many versions with this error.

I searched for the error because it is annoying when I modify the coordinates of something and I want it somewhere I need to disconnect the client more than once and despite that it tells me that the account is already connected How is that and I have exited the client

 

The solution is simple:
Open cmt_general.cpp

search:
                        case SCMD_QUIT:
				ch->ChatPacket(CHAT_TYPE_COMMAND, "quit");
				break;
change with:
			case SCMD_QUIT:
				ch->ChatPacket(CHAT_TYPE_COMMAND, "quit");
				if (d)
					d->DelayedDisconnect(3);
				break;

 

Be careful, you will encounter an error with the spaces. Arrange the spaces as the file needs them yourself.

Please do not post off-topic responses. Say something good or stay silent forever.

Opublikowano
  • Autor
2 godziny temu, Delta napisał(a):

Hey @002
 but we already have a topic on the forum with that solution.

 

I didn't know it existed so I wanted to share it for the benefit, but if it already existed then delete the topic or move it to the archive

Opublikowano
5 godzin temu, 002 napisał(a):

I didn't know it existed so I wanted to share it for the benefit, but if it already existed then delete the topic or move it to the archive

next time check is there are such a topic

nobody wants to make mess here 

 

Edytowane przez VASTO

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.

Konto

Nawigacja

Skonfiguruj powiadomienia push w przeglądarce.

Chrome (Android)
  1. Stuknij ikonę kłódki obok paska adresu.
  2. Wybierz Uprawnienia → Powiadomienia.
  3. Dostosuj swoje preferencje.
Chrome (Desktop)
  1. Kliknij ikonę kłódki na pasku adresu.
  2. Wybierz Ustawienia witryny.
  3. Znajdź Powiadomienia i dostosuj swoje preferencje.