I recently started working on my server again after having my PC not hooked up for about a week. I had updated SRCDS through SteamCMD using "app_update 4020" which left me with a whole mess of new files in my server directory. I started up server and that seemed to work as usual but upon connecting to my server I was disconnected and left witht the error "Disconnected: Server uses different class tables" I have no clue what happened as I am not very experienced with servers. I have spent some time googling this problem but i have only managed to find the solution of "opting out of the Garry's Mod Dev Branch" I was never in the dev branch so it cant be that. If anyone could please help me out i would be greatly appreciative. Thanks in advance.
Server OS: Windows 7 ultimate 64-bit
Processor: AMD A8 5600k, quad core, 3.6GHz Base Clock/3.9GHz Turbo Clock.
Ram: 4GB
Game(s): Garry's Mod
Start Up Command: @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 +gamemode darkrp +map rp_evocity_v2d_sexy_v2 +maxplayers 16 +host_workshop_collection 230569199 -authkey 691DC71E2C2833F4B30C834F09AF5BA7
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
sv_loadingurl "http://www.thecodingbeast.com/ls/index.php?id=75&steamid=%s"
Admin Mods: SourceMod, ULX, MetaMod, Mani Admin
Server OS: Windows 7 ultimate 64-bit
Processor: AMD A8 5600k, quad core, 3.6GHz Base Clock/3.9GHz Turbo Clock.
Ram: 4GB
Game(s): Garry's Mod
Start Up Command: @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 +gamemode darkrp +map rp_evocity_v2d_sexy_v2 +maxplayers 16 +host_workshop_collection 230569199 -authkey 691DC71E2C2833F4B30C834F09AF5BA7
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
sv_loadingurl "http://www.thecodingbeast.com/ls/index.php?id=75&steamid=%s"
Admin Mods: SourceMod, ULX, MetaMod, Mani Admin