[AYUDA] Error input line too long (after substitutions)
#3

Yo he tenido el mismo problema, y lo que hice fue esto:

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);
Posiblemente tenga algo mal, pero a mi me funcionaba xD
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)