22.08.2010, 20:11
Heres a example.
If im not mistaken thats what you want...
The final string will be:
Код:
new string[128]; format(string,sizeof string,"Something"); format(string,sizeof string,"%s\nLine 2",string);
The final string will be:
Код:
Something Line2