Creating new line on textdraw
#7

I think you should use

Код:
format(Texts[5], sizeof(Texts[5]), "%s", Texts[4]);
format(Texts[4], sizeof(Texts[5]), "%s", Texts[3]);
format(Texts[3], sizeof(Texts[5]), "%s", Texts[2]);
format(Texts[2], sizeof(Texts[5]), "%s", Texts[1]);
format(Texts[1], sizeof(Texts[5]), "%s", Texts[5]);
instead of
Код:
   Texts[5] = Texts[4];
   Texts[4] = Texts[3];
   Texts[3] = Texts[2];
   Texts[2] = Texts[1];
   Texts[1] = Texts[5];
.
(I don't know if it works or not, I didn't try it.)
Reply


Messages In This Thread
Creating new line on textdraw - by [L3th4l] - 09.07.2010, 21:25
Re: Creating new line on textdraw - by Kar - 09.07.2010, 21:28
Re: Creating new line on textdraw - by [L3th4l] - 09.07.2010, 21:32
Re: Creating new line on textdraw - by Mauzen - 09.07.2010, 21:36
Re: Creating new line on textdraw - by [L3th4l] - 09.07.2010, 22:14
Re: Creating new line on textdraw - by [L3th4l] - 10.07.2010, 15:44
Re: Creating new line on textdraw - by [HUN]Jaki - 11.07.2010, 19:52
Re: Creating new line on textdraw - by hab2ever - 11.07.2010, 19:58

Forum Jump:


Users browsing this thread: 4 Guest(s)