Как сделать быстрый connect к вашим любимым серверам в CS 1.6
02.06.2010 1417 0 ubei_men9_c_awp

Как сделать быстрый connect к вашим любимым серверам в CS 1.6

Залазим в папку cstrike/resourse/GameMenu.res и открываем его блакнотом или каким то другим средством....

И так вот мой пример:

"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" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" ""

}
"10"
{
"label" ""
}
"11"
{
"label" ""
}
"12"
{
"label" "Пишем название любимого или вашего сервера по англ."
"command" "engine connect (пишем ип:порт)"
}
"13"
{
"label" "Пишем название любимого или вашего сервера по англ."
"command" "engine connect (пишем ип:порт)"
}
"14"
{
"label" "Пишем название любимого или вашего сервера по англ."
"command" "engine connect (пишем ип:порт)"
}
"19"
{
"label" ""
}
"20"
{
"label" "#GameUI_GameMenu_NewGame"
"command" "OpenCreateMultiplayerGameDialog"
}
"21"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"22"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"23"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}

Комментарии (0)
Добавить комментарий
Прокомментировать