A plugin for user activity tracking for CounterStrikeSharp.
- CounterStrikeSharp - Version 199+
- MySQL database to save information
- Download the latest release from here
- Unzip and place into your servers
game/csgo/
directory
After installation and initial run of the plugin, a configuration file will be created in the game/csgo/addons/counterstrikesharp/configs/plugins/ImperfectActivityTracker/
directory.
DatabaseHost
- The IP/Hostname for your database
DatabasePort
- Port for your database (For exmaple MySQL 3306 for MySQL)
DatabaseName
- Database name to save information to.
DatabaseUser
- Username to login to your database
DatabasePassword
- Password for username to login to your database
ServerIp
- The IP for the server that this is being installed on. This is to save unique time data related to this specific server.
The time tracking module within the K4-System plugin inspired and provided the foundation for the code found in this repository.