Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.23 KB | None | 0 0
  1. @echo off
  2. title srcds script
  3. :srcds
  4.     echo [%time%] srcds started.
  5.     start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 16
  6.     echo [%time%][!] srcds closed or crashed, restarting.
  7.     goto srcds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement