Yes, I need it for a plugin that changes the flashbang's color, I want the spectating player to have the same colors, not the default white. I saw that in the most plugins the screenfade event it's registered with flags "be" (
for example v3x's Colored Flashbangs plugin).
"b" - Event sent to a single target
"e" - Only if sent to an alive player
If I use just "b" flag it's something wrong?