29.05.2011, 18:16
The limit is 512 character, or around that
just use more formats
for normal contracting use strcat
just use more formats
pawn Код:
new string[1024];
format(string, sizeof(string), "balbal", balbal);
format(string, sizeof(string), "%sbalbal", string, blabla);