AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Help with Menufront code (https://forums.alliedmods.net/showthread.php?t=99018)

Kitami 07-31-2009 21:31

Help with Menufront code
 
I've been editing our menufront for a while now and I just updated it again but now 3 of the items on the list arnt working correctly.

I've checked spelling and even case to make sure its right nothing works.

The amx_awpme.amxx
amx_m4a1me.amxx
amx_ak47me.amxx
They both dont work in menu but they work just fine in console, also its reading the language file fine as it is not show MLNOTFOUND stuff. They are just gray and I have full admin and the flags are just VOTE.
Quote:

{
new flags;
AddMenuLang("KICK_PLAYER", "amx_kickmenu", get_clcmd_flags("amx_kickmenu", flags) ? flags : ADMIN_KICK , "Players Menu")
AddMenuLang("BAN_PLAYER", "amx_banmenu", get_clcmd_flags("amx_banmenu", flags) ? flags : ADMIN_BAN, "Players Menu")
AddMenuLang("SLAP_SLAY", "amx_slapmenu", get_clcmd_flags("amx_slapmenu", flags) ? flags : ADMIN_SLAY, "Players Menu")
AddMenuLang("TEAM_PLAYER", "amx_teammenu", get_clcmd_flags("amx_teammenu", flags) ? flags : ADMIN_LEVEL_A, "Players Menu")
AddMenuLang("AMX_AK47ME", "amx_ak47me", get_clcmd_flags("amx_ak47me", flags) ? flags : ADMIN_VOTE, "amx_ak47me")
AddMenuLang("AMX_M4A1ME", "amx_m4me", get_clcmd_flags("amx_m4me", flags) ? flags : ADMIN_VOTE, "amx_m4me")
AddMenuLang("amx_awpme", "amx_awpme", get_clcmd_flags("amx_awpme", flags) ? flags : ADMIN_VOTE, "Maps Menu")
}
Thanks for the help guys!

Kitami 08-01-2009 04:22

Re: Help with Menufront code
 
FIXED.


All times are GMT -4. The time now is 18:31.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.