I have this problem that if I start a HL2DM server clients can join. I usually get people connecting after a few minutes and everything is working correctly.
But if I start up a Gmod server clients cant connect, not even with my IP.
I'm not running the servers at the same time and I'm hosting on the same computer I'm playing on.
Here are my server.cfg's and startuplines.
HL2DM
Server.cfg
Gmod
Server.cfg
I'm not running any RP scripts yet, it's running on sandbox.
But if I start up a Gmod server clients cant connect, not even with my IP.
I'm not running the servers at the same time and I'm hosting on the same computer I'm playing on.
Here are my server.cfg's and startuplines.
HL2DM
Quote::srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game hl2mp +map dm_runoff +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Server.cfg
Quote:rcon_password ********--------------------
hostname "Fun angel's House of Madness [HoM]"
sm_iammo_enable 2
Gmod
Quote::srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Server.cfg
Quote:hostname "24/7 RP server | No unnecessary addons"
rcon_password *******
I'm not running any RP scripts yet, it's running on sandbox.