Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @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 CS Source server watcher
- :srcds
- echo (%time%) srcds started.
- echo 240> steam_appid.txt
- start /wait srcds.exe -console -steam +sv_lan 0 -game cstrike +map MAP
- echo (%time%) WARNING: srcds closed or crashed, restarting.
- goto srcds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement