24.05.2015, 14:19
use this
yes and this is very very good.
Код:
new a[256],b[256]; format(a,sizeof(a),"a"); format(b,sizeof(b),"b"); strcat(string2,"%s %s..etc",a,b... etc);
Quote:
strcat is only used to join another string (formatted before as it doesn't accept arguments like format function).
You can split the arguments as long as you want (the string would be with \ character but no need to. pawn Код:
|