Skip to content

Instantly share code, notes, and snippets.

@Newbrict
Created June 30, 2014 05:58
Show Gist options
  • Save Newbrict/bd78a533c49307a522ae to your computer and use it in GitHub Desktop.
Save Newbrict/bd78a533c49307a522ae to your computer and use it in GitHub Desktop.
launch gmod server
@echo off
cls
title Climb Server
:srcds
echo (%time%) Server started
start /wait C:\gmod_server\srcds.exe -console -tickrate 100 -game garrysmod +maxplayers 32 +map gm_construct
echo (%time%) SERVER STOPPED UNEXPECTEDLY
goto srcds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment