Well, im trying to make a deathrun server, and I've tried to setup GSManager with it.
I did the PHP part, I also set the ip to my localhost ip (because im trying off of my host) and It's saying that the RCON connection is invalid
(yes, I've set the rcon password to the same, both on server.cfg and the gsmanager config.)
It's printing out this in the console:
shortversion
"shortversion" is: "1.7" default: "1.7"
Domain is any text
Rcon from 127.0.0.1:-15180:
version
"version" is: "CoD4 MP 1.8 win_mingw-x86-debug Aug 23 2017" default: "CoD4 MP 1.8 win_mingw-x86-debug Aug 23 2017"
Domain is any text
And in my basics file:
"connection": {
"ip": "127.0.0.1",
"password": "1234",
"port": 28960
},
I need as much help as I can get.
Thanks.