Misiak - 2008-05-08 18:52:23

Wchodzimy do folderu:
x:\program files\valve\cstrike\resources\ (non-steam nie wiem jak jest na steam)

Znajdujemy plik GAME MENU.RES otwieramy go notatnikiem
i podmieniamy jego zawartość na taką:

Spoiler:

"GameMenu"
{
   
  "1"
    {
        "label" "NAZWA KOMENDY W MENU"
        "command" "engine connect *IP SERWERA*"
       
    }

      "3"
    {
        "label" ""
        "command" ""
    }
        "4"
    {
        "label" ""
        "command" ""
    }
   
  "5"
    {
        "label" "#GameUI_GameMenu_ResumeGame"
        "command" "ResumeGame"
        "OnlyInGame" "1"
    }
    "6"
    {
        "label" "#GameUI_GameMenu_Disconnect"
        "command" "Disconnect"
        "OnlyInGame" "1"
        "notsingle" "1"
    }
    "7"
    {
        "label" "#GameUI_GameMenu_PlayerList"
        "command" "OpenPlayerListDialog"
        "OnlyInGame" "1"
        "notsingle" "1"
    }
    "8"
    {
        "label" ""
        "command" ""
        "OnlyInGame" "1"
    }
      
  "9"
    {
        "label" "#GameUI_GameMenu_NewGame"
        "command" "OpenCreateMultiplayerGameDialog"
    }
    "10"
    {
        "label" "#GameUI_GameMenu_FindServers"
        "command" "OpenServerBrowser"
    }
    "11"
    {
        "label" ""
        "command" ""
    }
    "12"
    {
        "label" "#GameUI_GameMenu_Options"
        "command" "OpenOptionsDialog"
    }
    "13"
    {
        "label" "#GameUI_GameMenu_Quit"
        "command" "Quit"
    }
}

jezeli serwer ma haslo to

Spoiler:

        "label" "NAZWA KOMENDY W MENU"
        "command" "engine connect *IP SERWERA*"

podmieniamy na

Spoiler:

        "label" "NAZWA KOMENDY W MENU"
        "command" "engine password *HASŁO*;connect *IP SERWERA*"

busy Holandia