[FilterScript] RCONLogger - The tool for watching RCON logins and commands - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] RCONLogger - The tool for watching RCON logins and commands (
/showthread.php?tid=487626)
RCONLogger - The tool for watching RCON logins and commands -
twerko13 - 14.01.2014
RCONLogger
Hello, probably a ton of server owners want something like this, basically it's a RCON Watcher that reports commands to the server. (prints a message in the server window)
I know there are FS's like this but I did this one on my own , check the code if you doubt that.
Current feature (changelog):
Код:
Version 1.0
- IP and password are visible.
- Success - 1 if successful , 0 if failed.
- All RCON commands are logged in the server window.
Uses the following callbacks:
Код:
OnRconLoginAttempt(ip[], password[], success)
OnRconCommand(cmd[])
You can modify it to do different stuff but let's keep it to the basics.
You are free to distribute this filterscript as long as you keep the credits.
(outside of filterscript credits):
SA-MP Team - a_samp include
Download the FS here:
http://d-h.st/BCD
Re: RCONLogger - The tool for watching RCON logins and commands -
twerko13 - 24.01.2014
bump...
Re: RCONLogger - The tool for watching RCON logins and commands -
maaz - 25.01.2014
Nice FS +REP
Re: RCONLogger - The tool for watching RCON logins and commands -
RocketBoy - 25.01.2014
HMM...Nice +REP
Re: RCONLogger - The tool for watching RCON logins and commands -
twerko13 - 12.02.2014
thx.. Working on a GM btw.. make sure to check it out when done..
Re: RCONLogger - The tool for watching RCON logins and commands -
Joksa - 12.02.2014
Simple but i think its good
*I think it would be better if all the messages are saved in one file or more files
Re: RCONLogger - The tool for watching RCON logins and commands -
twerko13 - 22.02.2014
I think of doing that, but not now.. Version 1.1 comes in March.