10.10.2010, 08:16
Why would you need that line in the first place? tmp and passwords are strings, not arrays so format tmp like this.
pawn Код:
format(tmp, sizeof(tmp), "%s", password);