Improving Code

This commit is contained in:
HttrckCldHKS 2014-10-18 11:11:10 -07:00
parent d1c0b8fea6
commit 3953db97cd

View File

@ -422,12 +422,13 @@ stock show_activity_key(const KeyWithoutName[], const KeyWithName[], const ___Ad
stock colored_menus() stock colored_menus()
{ {
static const ModNames[][] = { "cstrike", "czero", "dmc", "dod", "tfc", "valve" };
static ColoredMenus = -1; static ColoredMenus = -1;
if (ColoredMenus == -1) if (ColoredMenus == -1)
{ {
new const ModNames[][] = { "cstrike", "czero", "dmc", "dod", "tfc", "valve" };
new ModName[32]; new ModName[32];
get_modname(ModName, charsmax(ModName)); get_modname(ModName, charsmax(ModName));
for (new Iterator = 0; Iterator < sizeof(ModNames); Iterator++) for (new Iterator = 0; Iterator < sizeof(ModNames); Iterator++)