AmxModX - ReportAbuse

This module allows players to report abuse of other players.

To bring up the menu, a player will type /report

The menu that gets brought up will look like:

  • Report Player
    • Speed Hacking
    • Wall Hacking
    • Map Exploiting
    • Admin Abuse
    • Camping spawn / not hitting hive
    • Other - Critical
    • Other - Not-critical
  • Report Team
    • Camping spawn / not hitting hive
    • Other - Critical
    • Other - Not-critical


After selecting an action, it a row in to a database will be added for admins to see. Cron will be needed to parse this and should be called at a fairly quick interval (every minute).
A default mailer script will be provided as well as a basic page to show results.

Table format for table 'reportabuse':

  • reportabuse_pk
  • reporter_name
  • reporter_steamid
  • reporting_steamidlist (delimeter is semi-colon if more than one steam ID)
  • reporting_actionname
  • reporting_severity (predefined severity levels)
  • admin_response_time
  • admin_notes
  • admin_name