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