найдите в папке cstrike папку resource, в этой папке найдете файл GameMenu, откройте его через блакнот и удалите все что там есть (но только файл не удаляйте из папки). сканируйте это в свой файл:

"GameMenu"
                {
"1"
{
    "label" "#GameUI_GameMenu_ResumeGame"
    "command" "ResumeGame"
    "OnlyInGame" "1"
}
"2"
{
    "label" "#GameUI_GameMenu_Disconnect"
    "command" "Disconnect"
    "OnlyInGame" "1"
    "notsingle" "1"
}
"4"
{
    "label" "#GameUI_GameMenu_PlayerList"
    "command" "OpenPlayerListDialog"
    "OnlyInGame" "1"
    "notsingle" "1"
}
"5"
{
    "label" ""
    "command" ""
    "OnlyInGame" "1"
}
"6"
{
    "label" "Your Server #1"
    "command" "engine connect ip:port"
}
"7"
{
    "label" "Your Server #2"
    "command" "engine connect ip:port"   
}
"8"
{
    "label" "Your Server #3"
    "command" "engine connect ip:port"   
}
"9"
{
    "label" "Your Server #4"
    "command" "engine connect ip:port"   
}
"10"
{
    "label" "Your Server #5"
    "command" "engine connect ip:port"
}
"11"
{
    "label" "Your Server #6"
    "command" "engine connect ip:port"   
}
      "12"
{
    "label" ""
    "command" ""
}
"13"
{
    "label" "#GameUI_GameMenu_NewGame"
    "command" "OpenCreateMultiplayerGameDialog"
}
"14"
{
    "label" "#GameUI_GameMenu_FindServers"
    "command" "OpenServerBrowser"
}
"15"
{
    "label" "#GameUI_GameMenu_Options"
    "command" "OpenOptionsDialog"
}
"16"
{
    "label" "#GameUI_GameMenu_Quit"
    "command" "Quit"
}

Найдите строчку:     "label" "Your Server #1"
    "command" "engine connect ip:port"

в место слов Your Server #1 напишите название сервера, а в место:   ip:port    ип сервера и порт (объязательно писать в кавычках), это будет выглядеть примено так:

                                                                  "label" "CepBeP CS"
                              "command" "engine connect 255.255.255.255:27017"

27015 - то стандартный порт кс

   и в заключении закройте файл и сохраните его>можите заходить в кс