mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- MP Bugfix: Fixed the nasty interrupt bug (endless clock), when playing in COOP and the pure client got interrupted by the enemy AI (by haydent)
o As a workaround the server had to press ALT + E to give the turn back to the client. Now this workaround should not be needed (hopefully ) :) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5623 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -6407,7 +6407,7 @@ STR16 MPClientMessage[] =
|
||||
L"Spectator mode disabled",
|
||||
L"Choose client to kick from game. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d is wiped out.",
|
||||
L"Team %s is wiped out.",
|
||||
L"Client failed to start. Terminating.",
|
||||
L"Client disconnected and shutdown.",
|
||||
L"Client is not running.",
|
||||
|
||||
@@ -6410,7 +6410,7 @@ STR16 MPClientMessage[] =
|
||||
L"Spectator mode disabled",
|
||||
L"Choose client to kick from game. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d is wiped out.",
|
||||
L"Team %s is wiped out.",
|
||||
L"Client failed to start. Terminating.",
|
||||
L"Client disconnected and shutdown.",
|
||||
L"Client is not running.",
|
||||
|
||||
@@ -6404,7 +6404,7 @@ STR16 MPClientMessage[] =
|
||||
L"Spectator mode disabled",
|
||||
L"Choose client to kick from game. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d is wiped out.",
|
||||
L"Team %s is wiped out.",
|
||||
L"Client failed to start. Terminating.",
|
||||
L"Client disconnected and shutdown.",
|
||||
L"Client is not running.",
|
||||
|
||||
@@ -6390,7 +6390,7 @@ STR16 MPClientMessage[] =
|
||||
L"Mode spectateur désactivé",
|
||||
L"Choisir le numéro du client a kické :",
|
||||
// 75
|
||||
L"La team #%d a été anéantie.",
|
||||
L"La team %s a été anéantie.",
|
||||
L"Le client n'as pas réussi à démarrer. Terminé.",
|
||||
L"Le client s'est déconnecté et s'est fermé.",
|
||||
L"Le client n'est pas démarré.",
|
||||
|
||||
@@ -6229,7 +6229,7 @@ STR16 MPClientMessage[] =
|
||||
L"Überwachungsmodus wurde ausgeschaltet",
|
||||
L"Wählen Sie den Client, der gekickt werden soll. #1: <Abbruch>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d wurde vernichtet",
|
||||
L"Team %s wurde vernichtet",
|
||||
L"Client konnte nicht gestartet werden. Beendigung.",
|
||||
L"Client Verbindung aufgelöst und heruntergefahren.",
|
||||
L"Client läuft nicht.",
|
||||
|
||||
@@ -6398,7 +6398,7 @@ STR16 MPClientMessage[] =
|
||||
L"Spectator mode disabled",
|
||||
L"Choose client to kick from game. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d is wiped out.",
|
||||
L"Team %s is wiped out.",
|
||||
L"Client failed to start. Terminating.",
|
||||
L"Client disconnected and shutdown.",
|
||||
L"Client is not running.",
|
||||
|
||||
@@ -6407,7 +6407,7 @@ STR16 MPClientMessage[] =
|
||||
L"Spectator mode disabled",
|
||||
L"Choose client to kick from game. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d is wiped out.",
|
||||
L"Team %s is wiped out.",
|
||||
L"Client failed to start. Terminating.",
|
||||
L"Client disconnected and shutdown.",
|
||||
L"Client is not running.",
|
||||
|
||||
@@ -6381,7 +6381,7 @@ STR16 MPClientMessage[] =
|
||||
L"Spectator mode disabled",
|
||||
L"Укажите номер клиента, который нужно кикнуть. №1: <Отменить>, №2: %S, №3: %S, №4: %S",
|
||||
// 75
|
||||
L"Команда #%d уничтожена.",
|
||||
L"Команда %s уничтожена.",
|
||||
L"Ошибка при запуске клиента. Завершение операции.",
|
||||
L"Клиент отсоединился и закрыт.",
|
||||
L"Клиент не запущен.",
|
||||
|
||||
@@ -6414,7 +6414,7 @@ STR16 MPClientMessage[] =
|
||||
L"Spectator mode disabled",
|
||||
L"Choose client to kick from game. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d is wiped out.",
|
||||
L"Team %s is wiped out.",
|
||||
L"Client failed to start. Terminating.",
|
||||
L"Client disconnected and shutdown.",
|
||||
L"Client is not running.",
|
||||
|
||||
Reference in New Issue
Block a user