https://github.com/tegraxd/chapter-statistical-report
A SourceMod Plugin For Allowing Players To Get Basic Statistic
https://github.com/tegraxd/chapter-statistical-report
left4dead2 sourcemod-plugin
Last synced: 7 months ago
JSON representation
A SourceMod Plugin For Allowing Players To Get Basic Statistic
- Host: GitHub
- URL: https://github.com/tegraxd/chapter-statistical-report
- Owner: TEGRAXD
- License: mit
- Created: 2023-01-12T08:51:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-02T05:37:55.000Z (over 2 years ago)
- Last Synced: 2025-03-11T10:50:11.943Z (11 months ago)
- Topics: left4dead2, sourcemod-plugin
- Language: SourcePawn
- Homepage: https://forums.alliedmods.net/showthread.php?t=341241
- Size: 243 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chapter Statistical Report
Chapter Statistical Report is a SourceMod plugin that *obviously* written in SourcePawn. This allow players to get information of their basic statistic such as CI & SI kills, headshot kills, and headshot accuracy. This plugin work best in Coop mode.
## Console Variable (ConVar)
- csr_version
- csr_headshot_accuracy_compare (default: 1)
- csr_ignore_bots_kills (default: 0)
- csr_only_human_player (default: 0)
- csr_print_mode (default: 0)
- csr_stats_on_failed (default: 0)
- csr_reset_stats (default: 0)
## Commands
- sm_stats
- sm_teamstats
- sm_resetstats (Admin - General Flag)
## Note
Work with L4D / L4D2.
## Installation
Put `chapter_statistical_report.smx` in `path/to/server/left4dead2/sourcemod/addons/plugins/`\
cfg file will automatically generated in `path/to/server/left4dead2/cfg/sourcemod/l4d2_chapter_statistical_report.cfg`
## Version
1.2.0
## Changelog
```
2023-09-02 (v1.2.0)
* Add new cvar csr_reset_stats to reset stats in either round/campaign end.
2023-02-06 (v1.1.1)
* Hotfix 'Stats not resetting' issue.
2023-02-05 (v1.1.0)
* Reset command, 2 new cvars (csr_print_mode & csr_stats_on_failed).
2023-01-14 (v1.0.2) - Thanks to BloodyBlade
* Hotfix inconsistent indentation warnings, add newdecls required pragma, and change EventHook callback parameter from 'Handle' to 'Event'.
2023-01-13 (v1.0.1)
* Hotfix 'Property "m_zombieClass" not found (entity 0/worldspawn)'.
2023-01-12 (v1.0.0)
* Initial release.
```
## Screenshot

## AlliedModders
https://forums.alliedmods.net/showthread.php?t=341241
## License
```
MIT License
Copyright (c) 2023 Tegar Bangun Suganda (OVERMIND)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```