07.03.2010, 16:17
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?

for(new i; i<strlen(string); i++) if(!(i % 20)) strins(string, "~n~", i, sizeof(string));