01-09-2009, 04:26 PM
Ok I have a dedicated box running a couple of servers. When I have someone use "Quit" in HLSW or if I do in SRCDS itself i get this
I have a .bat attending the servers as well
Any help will be appreciated, I have searched for about an hour for a solution.
I have a .bat attending the servers as well
Code:
@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 TF2 Server Watchdog
:srcds
echo (%time%) srcds started.
start /wait D:\TF2\orangebox\srcds.exe -console -game tf -ip 69.147.229.115 -hostport 27015 +maxplayers 32 +map cp_dustbowl -autoupdate
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Any help will be appreciated, I have searched for about an hour for a solution.