Removed old class system. Cleared out external API natives and forwards. Commented out old menus.

This commit is contained in:
Greyscale
2009-04-14 23:16:31 +02:00
parent c4ceebe9ab
commit 648a875c14
12 changed files with 33 additions and 539 deletions

View File

@ -162,11 +162,6 @@ public Action:MotherZombie(Handle:timer)
Zombify_Mother(client)
{
Call_StartForward(hZombify);
Call_PushCell(client);
Call_PushCell(true);
Call_Finish();
gZombie[client] = true;
motherZombie[client] = true;
@ -246,12 +241,6 @@ Zombify(client, attacker = -1, bool:motherinfect = false)
}
}
// Forward global event.
Call_StartForward(hZombify);
Call_PushCell(client);
Call_PushCell(false);
Call_Finish();
// Set player status.
gZombie[client] = true;
motherZombie[client] = motherinfect;