25.08.2017, 22:17
Strange.
I've tried logging in with your (ex) rcon, 99. It works. So I don't think ony two numbers are causing the problem.
Try putting following function under OnGameModeInit and see if the rcon matches one from server.cfg (Very strange solution but still try it)
If it doesn't try manually setting the rcon when gamemode starts. Do it by (under GMINit)
I've tried logging in with your (ex) rcon, 99. It works. So I don't think ony two numbers are causing the problem.
Try putting following function under OnGameModeInit and see if the rcon matches one from server.cfg (Very strange solution but still try it)
Code:
SendRconComamnd("varlist");
HTML Code:
SendRconCommand("rcon_password your_pw");