I made a Garry's Mod 13 Sandbox server and want to make a Garry's Mod 13 DarkRP server. I have everything installed but the gamemode won't change. I have a server_startup.bat file to start the server and this is what the file looks like:
@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.
[U][B]start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 16 -port 27015 +gamemode "DarkRP"[/B][/U]
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
I get this error in the console of the server startup and it loads to Sandbox.
[B][U]Couldn't change active gamemode - 'DarkRP' not found[/U][/B]
some one can help me please?
Remove the "" from the start-up line and lowercase DarkRP (darkrp). Do the same with gamemode folder.
[QUOTE=ms333;39459363]Remove the "" from the start-up line and lowercase DarkRP (darkrp). Do the same with gamemode folder.[/QUOTE]
Thank you!!!
Sorry, you need to Log In to post a reply to this thread.