Recoded ztele, removed old ztele, made conversion function.

This commit is contained in:
Greyscale
2009-05-05 06:56:34 +02:00
parent dca8aa330b
commit a36e0dab5a
12 changed files with 369 additions and 674 deletions

View File

@ -568,8 +568,8 @@ InfectClient(client, attacker = -1, bool:motherinfect = false)
ClassOnClientInfected(client, motherinfect);
RoundEndOnClientInfected();
SEffectsOnClientInfected(client);
ZTeleOnClientInfected(client);
ZHPOnClientInfected(client);
TeleportOnClientInfected(client);
}
/**