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

@ -35,10 +35,10 @@ public Action:SayCommand(client, argc)
ZRAdminMenu(client);
}
else if (StrEqual(args, "!zclass", false))
/*else if (StrEqual(args, "!zclass", false))
{
ZClass(client);
}
}*/
else if (StrEqual(args, "!zmarket", false))
{
@ -77,7 +77,7 @@ public Action:SayCommand(client, argc)
return Plugin_Continue;
}
bool:ZClass(client)
/*bool:ZClass(client)
{
new bool:classes = GetConVarBool(gCvars[CVAR_CLASSES]);
if (!classes)
@ -98,7 +98,7 @@ bool:ZClass(client)
ClassMenu(client);
return true;
}
}*/
bool:ZMarket(client)
{