diff --git a/gamemodes/zombiesurvival/scripting and addons.txt b/gamemodes/zombiesurvival/scripting and addons.txt index 3658d3f..3243f4e 100644 --- a/gamemodes/zombiesurvival/scripting and addons.txt +++ b/gamemodes/zombiesurvival/scripting and addons.txt @@ -75,7 +75,7 @@ Hook. Human kills a zombie. GM:HumanKilledZombie(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide) Hook. Zombie kills a human. -GM:HumanKilledZombie(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide) +GM:ZombieKilledHuman(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide) SELF-EXPLANATORY HOOKS AND FUNCTIONS GM:LoadMapEditorFile()