12.03.2010, 03:03
Yo he tenido el mismo problema, y lo que hice fue esto:
Posiblemente tenga algo mal, pero a mi me funcionaba xD
pawn Код:
new String[256], String2[256], String3[256];
format(String, sizeof(String), "primera parte del texto");
format(String2, sizeof(String2), "segunda parte del texto");
format(String3, sizeof(String3), "%s%s", String, String2);