0 Members and 1 Guest are viewing this topic.
hook.Add("EntityTakeDamage", "YoureSpecialNameOfChoice", function( target, dmginfo ) if ( target:IsPlayer() ) then if (target:Health() - dmginfo:GetDamage()) or not target:Alive() then print( target:Nick() .. " has just been killed!" ) end end end)