Code:
#include < amxmodx >
#include < hamsandwich >
user_kill( iPlayer ); // <a href="http://www.amxmodx.org/funcwiki.php?go=func&id=169" target="_blank" rel="nofollow noopener">http://www.amxmodx.org/funcwiki.php?go=func&id=169</a>
user_silentkiller( iPlayer ); // <a href="http://www.amxmodx.org/funcwiki.php?go=func&id=404" target="_blank" rel="nofollow noopener">http://www.amxmodx.org/funcwiki.php?go=func&id=404</a>
ExecuteHam( Ham_Killed, iPlayer, 0, 0 );
ExecuteHam( Ham_TakeDamage, iPlayer, 0, 0, 100.0, DMG_GENERIC );
Take your pick. The fakedamage through engine, like you posted in your first post, should work too. Just set the damage to 100 or above.
__________________