|
Author
|
Message
|
|
Senior Member
Join Date: Jun 2006
Location: Toronto
|

07-31-2009
, 21:31
Help with Menufront code
|
#1
|
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!
__________________
You know what I'd like to be? I mean if I had my goddamn choice, I'd just be the catcher in the rye and all.
|
|
|
|