Merged heads.

This commit is contained in:
Greyscale
2009-06-18 15:55:21 -07:00
4 changed files with 99 additions and 5 deletions

View File

@ -694,7 +694,7 @@ InfectZombieToHuman(client, bool:respawn = false, bool:protect = false)
TranslationPrintToChat(client, "Infect human");
// Forward event to modules.
ClassOnClientInfected(client, false);
ClassReloadPlayer(client);
RoundEndOnClientInfected();
ZTeleOnClientInfected(client);