1. Открываем файл GameMenu.res находиться ваша кс\cstrike\resource\
2. Удаляем оттуда все и вставляем: "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"
}
"8"
{
"label" ""
}
"9"
{
"label" "CEPBEP"
"command" "engine connect здесь пишите ип адрес:порт"
}
"10"
{
"label" "CEPBEP N1"
"command" "engine connect здесь пишите ип адрес:порт"
}
"11"
{
"label" "CEPBEP N2"
"command" "engine connect здесь пишите ип адрес:порт"
}
"12"
{
"label" ""
}
"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"
}
}
Измените текст выделенный красным под себя...