Hello,
am I allowed to use the batch file you provided us here: http://www.srcds.com/db/engine.php?subaction=showfull&id=1097362093 for my public Garry's Mod server as the start.bat file?
Should we give you a credit for it? If so, where?
This question may sound stupid but I am new to this kind of stuff
am I allowed to use the batch file you provided us here: http://www.srcds.com/db/engine.php?subaction=showfull&id=1097362093 for my public Garry's Mod server as the start.bat file?
Should we give you a credit for it? If so, where?
This question may sound stupid but I am new to this kind of stuff
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 srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike +map de_dust +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds