02-14-2009, 03:06 AM
Hello, ive tryed to create a dedicated server with hldsupdatetool to CSS, but it says:
Failed to load the Launcher DLL:
The specified procedure could not be found.
but it works on my Garry's Mod Server!
my bat info is:
@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 srcds.exe -console -game cstrike +map de_dust2 +maxplayers 12
echo (%time%) WARNING srcds closed or crashed, restarting.
goto srcds
Failed to load the Launcher DLL:
The specified procedure could not be found.
but it works on my Garry's Mod Server!
my bat info is:
@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 srcds.exe -console -game cstrike +map de_dust2 +maxplayers 12
echo (%time%) WARNING srcds closed or crashed, restarting.
goto srcds