@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 c:\Server\srcds_fps_boost.exe start /wait c:\Server\srcds.exe -console -game cstrike -tickrate 100 -port 27015 +fps_max 600 +maxplayers 14 +map de_dust2 +hostname "for-css.ru CW Server" goto srcds echo (%date% %time%) WARNING: srcds closed or crashed, restarting. goto loop
Добавлено (03.01.2012, 16:36) --------------------------------------------- что тут надо изменять ?
Добавлено (03.01.2012, 16:45) --------------------------------------------- блин чего то я тут обратно намудрил
@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 srcds_fps_boost.exe start /wait/high srcds.exe -console -game cstrike -tickrate 100 -port 27015 +sv_lan 0 +fps_max 600 +maxplayers 14 +map de_dust2 goto srcds echo (%date% %time%) WARNING: srcds closed or crashed, restarting. goto loop