03-18-2011, 12:12 PM
(This post was last modified: 03-21-2011, 07:14 AM by supaherobomb.)
I used the code
------
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds, close the srcds window and type Y depending on your language followed by Enter.
title Server Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
-------
but it wont work it crashes than restarts than crashes again than repeats this over and over. Ive searched but culdnt find the answer
It flashes so quick i dont even know what the error says. I'll try to makeout what it says
I've made a srcds server before it worked fine but than i reinstalled EVERYTHING on my comp than made a new srcds server but now it doesnt seem to work
------
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds, close the srcds window and type Y depending on your language followed by Enter.
title Server Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
-------
but it wont work it crashes than restarts than crashes again than repeats this over and over. Ive searched but culdnt find the answer
It flashes so quick i dont even know what the error says. I'll try to makeout what it says
I've made a srcds server before it worked fine but than i reinstalled EVERYTHING on my comp than made a new srcds server but now it doesnt seem to work