Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.31 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.31 KB

CallAdmin

CallAdmin is a multilingual, modular and extendable system to allow in-game reports for HL2-Games and Mods.

The system is based on multiple parts.

  • A multilingual, extendable sourcemod-plugin to report players in-game
  • Modules that catch reports and relay them to steam, ts3, mysql, etc
  • A Desktop Client to notify admins when a new report was made
  • Web scripts to make reports available from outside the game and interact with the modules and/or the client

Please take a look at the wiki for more information.

Development builds

Build plugin
Build plugin release

We encourage you to to use our development builds and tell us about problems that arise.
Prebuild packages of CallAdmin can be found at the releases page. If you want the newest changes you can clone/download this repository and compile the code yourself. We tried to make this as easy as possible.