View difference between Paste ID: LKBNSEjB and uSGZZ7UY
SHOW: | | - or go back to the newest paste.
1
hook.Add("PlayerShouldTakeDamage", "Slawer:PlayerShouldTakeDamage", function( pPlayer, entAttacker )
2-
	if entAttack:IsPlayer() && pPlayer:Team() == entAttacker:Team() then return false end
2+
	if entAttacker:IsPlayer() && pPlayer:Team() == entAttacker:Team() then return false end
3
end)