Add support for DamageProxy plugin.

This commit is contained in:
2019-09-27 17:40:51 +02:00
parent e83239e053
commit 78993cbc70
9 changed files with 211 additions and 7 deletions

View File

@ -287,6 +287,7 @@ public Action:EventPlayerDeath(Handle:event, const String:name[], bool:dontBroad
VolOnPlayerDeath(index);
RoundEndOnClientDeath();
ImmunityOnClientDeath(index);
KnockbackOnClientDeath(index);
}
/**