Я думаю, вас бесят, когда вы загружаете сервер, а в окошке вылезают какие-то баннеры. От них можно легко избавиться.
Заходим в папку с Counter Strike, затем переходим в папку /resource
Ищем там три файла LoadingDialog.res, LoadingDialogNoBanner.res, LoadingDialogVAC.res
Удаляем из этих трех файлов все содержимое и скидываем вместо этого следующий код:
Код
"Resource/LoadingDialog.res"
{
"LoadingDialog"
{
"ControlName" "Frame"
"xpos" "322"
"ypos" "249"
"wide" "380"
"tall" "200"
}
"SysMenu"
{
"ControlName" "Menu"
"wide" "64"
"tall" "24"
}
"InfoLabel"
{
"ControlName" "Label"
"xpos" "20"
"ypos" "34"
"wide" "340"
"tall" "24"
"dulltext" "1"
"labelText" "#GameUI_ParseBaseline"
}
"progress"
{
"ControlName" "ProgressBar"
"xpos" "20"
"ypos" "64"
"wide" "260"
"tall" "24"
}
"CancelButton"
{
"ControlName" "Button"
"xpos" "288"
"ypos" "64"
"wide" "72"
"tall" "24"
"labelText" "#GameUI_Cancel"
"command" "Cancel"
}
"Divider1"
{
"ControlName" "Divider"
"xpos" "20"
"ypos" "104"
"wide" "340"
"tall" "2"
}
"BannerAd"
{
"ControlName""HTML"
"fieldName""BannerAd"
"xpos" "0"
"ypos" "0"
"wide" "0"
"tall" "0"
}
"TimeRemainingLabel"
{
"ControlName" "Label"
"xpos" "20"
"ypos" "108"
"wide" "260"
"tall" "24"
}
"VACImage"
{
"ControlName" "ImagePanel"
"xpos" "20"
"ypos" "124"
"wide" "340"
"tall" "56"
"image" ""
}
}
Сохраняем, затем ставим в свойствах этих файлов только чтение. Все, готово.