Added the core of the modifying alltalk feature. WARNING: Untested (but compiles), the cvars to disable it have no effect, and it may be incomplete depending on some questions I have.

This commit is contained in:
Greyscale
2009-08-21 12:47:32 -07:00
parent 8016864474
commit 904edb2594
5 changed files with 98 additions and 5 deletions

View File

@ -723,6 +723,9 @@ InfectZombieToHuman(client, bool:respawn = false, bool:protect = false)
{
SpawnProtectStart(client);
}
// Forward event to modules.
SEffectsOnClientHuman(client);
}
/**