Advertisement
Guest User

My start.bat

a guest
Aug 23rd, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. @echo off
  2. cls
  3. echo Protecting srcds from crashes...
  4. echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
  5. title srcds.com Watchdog
  6. :srcds
  7. echo (%time%) srcds started.
  8. start /wait srcds.exe -console -game garrysmod +map rp_downtown_v4c_v2 +maxplayers 10 +gamemode darkrp -authkey 8B768CDEDA532D815FC18E72CC57A304 +host_workshop_collection 504185406
  9. echo (%time%) WARNING: srcds closed or crashed, restarting.
  10. goto srcds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement