18.08.2012, 15:37
Hi.
I have a few questions.
1. How to put a new line in: format(string... ?
For example:
format(string,sizeof(string), "ID: %i Level: %i", id, level);
I want it to print:
ID: 10
Level: 3
I tried \n and \r but nothing worked...
2. How to put string in dialog (messagebox style).

Let's say I wan't to print:
ID: 10
Level: 3
inside a dialog.
I have a few questions.
1. How to put a new line in: format(string... ?
For example:
format(string,sizeof(string), "ID: %i Level: %i", id, level);
I want it to print:
ID: 10
Level: 3
I tried \n and \r but nothing worked...
2. How to put string in dialog (messagebox style).

Let's say I wan't to print:
ID: 10
Level: 3
inside a dialog.


