Text formatting
#1

Hello. I created text draw, and I want it to do so, eg after 20 characters gave me ~n~ that is to make the text appear further away. And here I am asked how to do it?
Reply
#2

Try this:

pawn Код:
for(new i; i<strlen(string); i++) if(!(i % 20)) strins(string, "~n~", i, sizeof(string));
I hope, it will help you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)