Recent content by Viroop

  1. Viroop

    Help me with homesystem error

    def On_EntityHurt(self, HurtEvent): if HurtEvent.Attacker is not None and HurtEvent.Entity is not None and not HurtEvent.IsDecay \ and HurtEvent.AttackerIsPlayer: id = HurtEvent.Attacker.SteamID if DataStore.ContainsKey("HomeHit", id): HurtEvent.DamageAmount = 0 name = DataStore.Get("HomeHit"...