14.03.2011, 19:56
Your strset function was a fail
and use strcat instead of format because format is quite slow in normal string manipulation
and use strcat instead of format because format is quite slow in normal string manipulation
pawn Код:
InteriorInfo[i][IntName][0] = EOS;
strcat(InteriorInfo[i][IntName], dj(str, "Name"));