The maximum amount of character that a menu can display is 512. You cannot go above this limit. Color symbols are counted too and you have a lot of them.
From amxconst.inc:
Code:
#define MAX_MENU_LENGTH 512
And no, changing this value in amxconst.inc won't allow you to exceed it. This is hardcoded in the game itself.
__________________