Quote:
Originally Posted by fysiks
Remove them and see if it helps. It's called debugging.
|
You should have seen this...
@ One: when using ML formatting, you need to include an id for the language. Before the ML key ("MENU_1") you can either specify a player id or LANG_SERVER. (for some other natives you can use LANG_PLAYER, eg. client_print)
So your code should either be:
Code:
new len = formatex(menuText,511,"%L",LANG_SERVER,"MENU_1")
or:
Code:
new len = formatex(menuText,511,"%L",id,"MENU_1")