To stcrat
#3

Just use format twice.
pawn Код:
// edit the text and the arguments.
format(String,sizeof(String), "...", ...);
format(String,sizeof(String), "%s ...", String, ...); // inserts the previous text into this one
The line is too long that's why the compiler is not responding. By the way, you don't need to use COL_CYAN everytime. It will use that color on the next line so doing that is just a waste of characters.
Reply


Messages In This Thread
To stcrat - by gotwarzone - 25.04.2014, 13:35
Re: To stcrat - by Dziugsas - 25.04.2014, 13:37
Re: To stcrat - by Konstantinos - 25.04.2014, 13:41
Re: To stcrat - by gotwarzone - 25.04.2014, 14:01
AW: To stcrat - by Nero_3D - 25.04.2014, 14:32
Re: To stcrat - by Konstantinos - 25.04.2014, 14:35

Forum Jump:


Users browsing this thread: 2 Guest(s)