TheTalkingMarmot

Gmod Server Startup batch file

Jan 24th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. @echo off
  2. color a
  3. cls
  4. echo Welcome CockSucker
  5. title GMOD Watchdog
  6. :srcds
  7. echo Gmod Server Loading ....
  8. start srcds.exe -console -game garrysmod  +map gm_construct +maxplayers 30 /wait
  9. echo Server Crash ou reboot. restarting ...
  10. goto srcds
Advertisement
Add Comment
Please, Sign In to add comment