Having an event handler that fires when a bullet hits close to a unit (or near-misses the unit) could be very useful when one wants to create custom suppression effects.
something like:
unit addEventHandler ["bulletClose", { params ["_unit", "_instigator", "_projectile", "_position"]; }]