Posts: 512
Threads: 121
Joined: Sep 2013
Quote:
Originally Posted by Konstantinos
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.
|
Why not strcat? is there any different and much better? Also can you please give me sample how it would be? then i'll continue the rest.