-insecure пропиши в start.batДобавлено (18.04.2010, 17:59)
---------------------------------------------
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
:loop
echo (%date% %time%) srcds started.
start F:\Server\srcds_fps_boost.exe
start /wait F:\Server\srcds.exe -console -game cstrike -tickrate 33 -port 27015 +fps_max 600 +maxplayers 10 +map de_dust2 +hostname "POgA Mod Server"-insecure
goto srcds
echo (%date% %time%) WARNING: srcds closed or crashed, restarting.
goto loop