gmod server start.bat code START.BAT CODE @echo off cls echo Protecting srcds from crashes... echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter. title srcds.com Watchdog :srcds echo (%time%) srcds started. start /wait srcds.exe -console -game cstrike +map de_dust +maxplayers 16 echo (%time%) WARNING: srcds closed or crashed, restarting. gmod server start.bat code How to dowload it? gmod server start.bat code ADDONS CODE - ADD AFTER MAX PLAYERS IN START.BAT +host_workshop_collection INSERT KEY -authkey INSERT KEY SERVER.CFG CODE // Base Configuration hostname "INSERT NAME HERE" sv_password "INSERT PASSWORD HERE" gmod server start.bat code How to dowload it? gmod server start.bat code rcon_password "INSERT HERE" // Network Configuration sv_loadingurl "" sv_downloadurl "" sv_allowdownload 1 sv_allowupload 1 sv_lan 0 net_maxfilesize 64 gmod server start.bat code How to dowload it? gmod server start.bat code // Logging Configuration log on sv_logbans 0 sv_logecho 0 sv_logfile 1 sv_log_onefile 0 // Sandbox Configuration sbox_noclip 1 sbox_godmode 0 gmod server start.bat code How to use it? gmod server start.bat code sbox_playershurtplayers 1 sbox_maxprops 150 sbox_maxragdolls 6 sbox_maxnpcs 0 sbox_maxballoons 6 sbox_maxeffects 6 sbox_maxdynamite 0 sbox_maxlamps 6 sbox_maxthrusters 6 sbox_maxwheels 6 gmod server start.bat code How to get it? gmod server start.bat code sbox_maxhoverballs 6 sbox_maxvehicles 0 sbox_maxbuttons 10 sbox_maxemitters 0 // Exec Bans exec banned_user.cfg exec banned_ip.cfg gmod server start.bat code