06.04.2010, 15:42
Hello,
here's my code:
The problem is, when I see this text I don't see the line break ("/n"). Where's the problem? I can't fix it
I tried "~n~" too, but nothing change.
here's my code:
Код:
format(string, sizeof(string), "Business/nPrice: %i", Cost); Create3DTextLabel(string, red, x, y, z, 30, 0, 1);
I tried "~n~" too, but nothing change.