13.06.2017, 21:55
Introduction
I was trying to do something new for myself and ended up with this simple idea. It did not take me over than 20 min.
Keep an eye on your players.
There may be a lot of logging filterscripts out there but I ensure you this is the simplest and worst one.
NOTE: I did not include OnRconLoggingAttempt logs as it should be your's anticheat job, not this filterscript's.
Example
Chat.log
Actions.log
Combat.log
Connection.log
Features
Known Issues/Bugs
How to use
How to configure
Download
https://github.com/Toroidesu/tLogs
I was trying to do something new for myself and ended up with this simple idea. It did not take me over than 20 min.
Keep an eye on your players.
There may be a lot of logging filterscripts out there but I ensure you this is the simplest and worst one.
NOTE: I did not include OnRconLoggingAttempt logs as it should be your's anticheat job, not this filterscript's.
Example
Chat.log
Quote:
~~~~~~~ [ DATE : June 13 2017 ] ~~~~~~~ [16:37:17] Toroi(0): testing [16:37:19] Toroi(0): ma naem e [16:37:21] Toroi(0): jeff [16:37:26] Toroi(0) issued command: /vehpos 1 . [16:37:28] Toroi(0) issued command: /vehpos 2 . [16:37:32] Toroi(0) issued command: /vehpos 3 . |
Quote:
~~~~~~~ [ DATE : June 13 2017 ] ~~~~~~~ [16:29:27] Toroi(0) changed from state none to state spectating . [16:29:28] Toroi(0) changed from state spectating to state spawned . [16:29:28] Toroi(0) changed from state spawned to state on foot . [16:29:30] Toroi(0) changed from state on foot to state dead or on class selection . [16:29:34] Toroi(0) changed from state dead or on class selection to state spawned . [16:29:34] Toroi(0) changed from state spawned to state on foot . |
Quote:
~~~~~~~ [ DATE : June 13 2017 ] ~~~~~~~ [16:39:35] Toroi(0) died. Reason: 255 . [16:39:35] Toroi(0) destroyed vehicle id (23) . |
Quote:
~~~~~~~ [ DATE : June 13 2017 ] ~~~~~~~ [16:27:34] Toroi(0) logged in. IP: xxx.xxx.xxx.xxxx . [16:28:26] Toroi(0) logged out. Reason: Quit . |
Quote:
|
Quote:
- I'm alive |
Quote:
- Open the tLogs.pwn file and compile it in your filterscript folder. - Add the following to the filterscript line in your server.cfg file Код:
tLogs |
Quote:
- Uncomment the line #define FILEPATH "/folder/" to use a custom folder inside the scriptfiles folder. |
https://github.com/Toroidesu/tLogs