Addon: friendly_fire_notifications - Nomas-X/AET_AUX GitHub Wiki

Description

This addon handles the logging and notifying of friendly fire incidents. We will go over its functionality, and how it is utilized.

How It Works

When a player joins the server the addon's event handlers will be added to him. The notifications are done based on the set up of the CBA settings while the server logs all incidents regardless. Logging does include vehicle inflicted damage. Additionally AI units can be tracked to be able to tell who damaged a certain friendly AI unit. The below picture shows how the notification will look like based on if you are the instigator, the victim or an admin:

Addon Options

In the below picture you can see the list of addon options that this addon provides:

Addon Options

  • Enable Notifications: TBA
  • Tell Instigator: TBA
  • Tell Victim: TBA
  • Tell Admin: TBA

Tracking AI

TBA