Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. echo off
  2.  
  3. cls
  4. echo Protecting srcds from crashes...
  5. echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
  6. title srcds.com Watchdog
  7. :srcds
  8. echo (%time%) srcds started.
  9. start /wait srcds.exe -console -game garrysmod +gamemode horror +map gm_construct -- +maxplayers 12 -- +host_workshop_collection 953324463 - authkey C3896FDB33C11AE321AAE2A0399CBEE8 -condebug
  10.  
  11. echo (%time%) WARNING: srcds closed or crashed, restarting.
  12. goto scrds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement