fix: typo
This commit is contained in:
parent
764bb94570
commit
327f686f62
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Hook. Human kills a zombie.
|
||||||
GM:HumanKilledZombie(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide)
|
GM:HumanKilledZombie(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide)
|
||||||
|
|
||||||
Hook. Zombie kills a human.
|
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
|
SELF-EXPLANATORY HOOKS AND FUNCTIONS
|
||||||
GM:LoadMapEditorFile()
|
GM:LoadMapEditorFile()
|
||||||
|
|
Loading…
Reference in a new issue