function GM:PlayerShouldTakeDamage(victim, attacker) if GetRoundState() == ROUND_ACTIVE or GetRoundState() == ROUND_POST then return true else return false endend