Heheh, no, I don't think so. This is from the plugins. Currently it's from this line here:
PHP Code:
if( iTarget == id || ( iAlive || is_user_connected( iTarget ) ) && is_user_alive( iTarget ) == iAlive )
Just remove:
PHP Code:
&& is_user_alive( iTarget ) == iAlive
And the dead players could see alive player's message.
__________________