В общем в первой папке с сервером нужно создать текстовый файл блокнотом и вставить туда следующие строки:
Код
@echo off
cls
echo Protecting hlds from crashes...
echo If you want to close srcds and this script, close the hlds window and type Y depending on your language followed by Enter.
title hlds.com Watchdog
:hlds
echo (%time%) hlds started.
reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f
start /wait/high hlds.exe -game cstrike -console -secure -nomaster -noipx +ip 0.0.0.0 +port 27015 +maxplayers 24 +map de_dust2
echo (%time%) WARNING: hlds closed or crashed, restarting.
goto hlds
После этого сохранить с расширением bat. После сохранения запустить этот файл и радоваться серверу )