Hey there,
I have recently purchased server hosting and am trying to get a DarkRP server running. However, I can not get the default gamemode to be set to DarkRP incase of a crash or restart. I have edited the server.cfg to look like so:
[CODE]"hostname" "Tarif's BuildRP Server"
"sbox_allownpcs" "1"
"sbox_maxprops" "20"
"sbox_maxragdolls" "0"
"sbox_maxnpcs" "5"
"sbox_maxballoons" "10"
"sbox_maxeffects" "1"
"sbox_maxdynamite" "2"
"sbox_maxlamps" "5"
"sbox_maxthrusters" "25"
"sbox_maxwheels" "20"
"sbox_godmode" "0"
"sbox_plpldamage" "0"
"sbox_playergod" "0"
"sbox_noclip" "0"
"sbox_maxhoverballs" "25"
"sbox_maxvehicles" "1"
"sbox_maxbuttons" "15"
sv_gamemode "DarkRP"
sv_defaultgamemode "DarkRP"[/CODE]
I have also tried adding, "ulx map gm_construct DarkRP" in here as well, and that does not work either.
Assistance would be great, thanks. Its probably an obvious error.
That's weird. I'm having the same issue with GMod 13.
You need to put it in server's startup line.
In GM13, there is a gamemode command to replace the two commands.
if your host doesnt give you a gamemode starup line you also need to add the SV commands in the autoexc.cfg file in the cfg folder
[QUOTE=Chessnut;35176298]You need to put it in server's startup line.
In GM13, there is a gamemode command to replace the two commands.[/QUOTE]
Yeah, I figured that out. It's no longer "sv_defaultgamemode", it's just "gamemode".
Sorry, you need to Log In to post a reply to this thread.