View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 01-19-2017 , 13:33   Re: new menu problem
Reply With Quote #6

Quote:
Originally Posted by OciXCrom View Post
That will change precisely nothing.
That would send an irrelevant info
PHP Code:
const info[]="" 
Quote:
Originally Posted by Adomaz1 View Post
I'm making a menu, and I want that the menu would look like this:
Code:
Menu title:

Extra text
Extra text

1. 1st Option
2. 2nd Option
3. 3rd Option

0. Exit
But the charsmax adds a lot of lines and half of the menu is empty(it looks like this):
Code:
Menu title:

Extra text
Extra text




1. 1st Option
2. 2nd Option
3. 3rd Option

0. Exit
ML line:
Code:
\rMenu title\r:^n^n \r- \yExtra text\r:^n \r- \yExtra text\r:^n^n
If I change the charsmax, it will look ok with the English ML, but it would remove other ML letters if it will have more symbols. And another problem is that Exit doesn't change, even if I have a translate for it.
Remove the ^n^n after Extra text.
__________________
edon1337 is offline