Solved Detecting player hits?

Discussion in 'Rust Development' started by cibal, Aug 17, 2015.

  1. Is there any commad to know if an attacker hit a player?
     
  2. Wulf

    Wulf Community Admin

    You can hook into OnEntityTakeDamage and detect it with a plugin.
     
  3. ok thx