31.08.2015, 11:00
In my clan system the owner can set the 'news' text. Everybody can look at the news of that clan.
The owner types the news into a input dialog and then when other people look the news, they see what he typed.
But the problem is.. how can I make a new line in dialog?
Example: Owner wants the news to look like this:
But if he types
into the dialog when typing the news.. then the people who look at the news dialog will not see the new lines, they will see the \n!
The owner types the news into a input dialog and then when other people look the news, they see what he typed.
But the problem is.. how can I make a new line in dialog?
Example: Owner wants the news to look like this:
Код:
Todays news: 1) New member 2) Leader change
Код:
Todays news:\n1) New member\n2) Leader change