FinzOr
08-18-2006, 02:00 AM
Hmm i opened a css server on my server box, And now i want to open a hlds server (ns mod) but when i opened it.. VAC disabels after a while on the css server :|
I don't even have a clue why that happens, When i don't run my hlds server VAC just keeps runing fine on my css server
Any ideas?
This is my start BAT if that whould help :)
@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
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike +map surf_10x_final -maxplayers 32 +port 27015 -tickrate 100 +fps_max 1000 +exec options.cfg -autoupdate -secure
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
I don't even have a clue why that happens, When i don't run my hlds server VAC just keeps runing fine on my css server
Any ideas?
This is my start BAT if that whould help :)
@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
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike +map surf_10x_final -maxplayers 32 +port 27015 -tickrate 100 +fps_max 1000 +exec options.cfg -autoupdate -secure
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds