i just want do some modification on amxmodmenu & amx_cmdmenu & amx_votemapmenu . . .
for example when i change this line to my custom command for the menu something happend on menu name when appear in game like that :
yAMX MOD MENU/R1
i don't know why but i didn't modify anything beside of the command , the name of the menu appear not in yellow and some symboles ! it happend for all menus i do change on them .
what i modify is :
PHP Code:
register_clcmd("amxmodmenu", "cmdMenu", ADMIN_MENU, "- displays menus")
to
PHP Code:
register_clcmd("proadminsmenu", "cmdMenu", ADMIN_MENU, "- displays menus")