05.11.2017, 09:00
dStCat is empty and a dialog isn't shown if the main body is empty.
needs to be:
You can also assign directly text to a string like this:
Not only that, but would also give errors (he forgot the number).
pawn Код:
format(dString, 160, "%s\t%d / %d\t%d\t%s\n", historyActors[j][NameActor], historyActors[j][Experience], historyActors[j][Level], historyActors[j][Money], dokass);
strcat(dString, dStCat, sizeof(dString));
Код:
format(dStCat, 160, "%s\t%d / %d\t%d\t%s\n", historyActors[j][NameActor], historyActors[j][Experience], historyActors[j][Level], historyActors[j][Money], dokass); strcat(dString, dStCat, sizeof(dString));
pawn Код:
dString = "Vardas\tPatirtis / lygis \tPinigш sk.\tTurimi dokumentai\n";