В данной статье я расскажу как сделать быстрый коннект к игровым серверам (на примере будут LoveGames-Servers), для этого открываем файл GameMenu.res (Блокнотом) - (ваша кс\cstrike\resource) удаляем от туда всё и вставляем следующее: "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" "LoveGames-Server | Zombie"
"command" "engine connect (здесь пишите ип адрес:порт)"
}
"10"
{
"label" "LoveGames-Server | Mini maps"
"command" "engine connect (здесь пишите ип адрес:порт)"
}
"11"
{
"label" "LoveGames-Server | Classic #1"
"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"
}
}
прописываете IP адрес сервера(ов) обязательно убрать скобки и меняете название сервера(ов), всё, теперь при входе в игру у Вас будет быстрый коннект к игровым серверам!
И не забудь нажать "Спасибо"!