Posts: 159
Threads: 34
Joined: Jan 2011
Reputation:
0
Alright, I downloaded the SFCRRPG gamemode and the /rcon command does not work. I tried doing /rcon and nothing shows up on screen, but when I look at the server.exe or the cmd prompt, it shows Warning: /rcon exploit. I have the latest streamer and other plugins, does this have something to do with the code?
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
It sounds like something within the script is interfering.
Firstly, look at the configuration file for the server. Does it contain the line "rcon 0" in it? If so, remove it.
Secondly, look through the script for the the callback titled "OnRconLoginAttempt". If it exists, post that callback here (or if you can see what to remove, remove it).
Ash
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Have you tried logging into RCON in game (/rcon login 1234 [I assume that's not your password, and you've just hid it...])
Posts: 159
Threads: 34
Joined: Jan 2011
Reputation:
0
Yes, it shows nothing on game chat still..cmd shows Warning: /rcon exploit
Posts: 159
Threads: 34
Joined: Jan 2011
Reputation:
0
Messed around a little bit, got it to halfway work. When I type /rcon login 1234 it shows "Bad admin password. Repeated attempts will get you banned." Password matches .cfg exactly..