655 {
657 {
659 if ( result )
660 {
663 return;
664 }
665 else
666 {
667 GetGame().
GetUIManager().
ShowDialog(
"#str_xbox_authentification_fail_title",
"#str_xbox_authentification_fail", 232, DBT_OK, DBB_NONE, DMT_INFO,
GetGame().GetUIManager().GetMenu() );
668 }
669 }
670
672 {
674 GetFirstServerWithEmptySlotInput input = new GetFirstServerWithEmptySlotInput;
677 }
678 else
679 {
680 GetGame().
GetUIManager().
ShowDialog(
"#str_xbox_authentification_fail_title",
"#xbox_authentification_fail", 232, DBT_OK, DBB_NONE, DMT_INFO,
GetGame().GetUIManager().GetMenu() );
681 }
682 }
proto native UIManager GetUIManager()
static BiosClientServices m_ClientServices
static int m_AutoConnectTries
static GetServersResultRow GetRandomFreeResult(GetFirstServerWithEmptySlotResult results)
static bool ErrorCaught(EBiosError error)
proto native void ShowDialog(string caption, string text, int id, int butts, int def, int type, UIScriptedMenu handler)
Shows message dialog.
proto native CGame GetGame()