05.02.2014, 10:28
Change:
to:
Since it's integer, it should have %i or %d placeholder and you already got days from the command.
pawn Код:
format(metin, sizeof(metin), "* Duration of ban: {FF0000}%s Days", (CTS+gettime()));
pawn Код:
format(metin, sizeof(metin), "* Duration of ban: {FF0000}%i Days", Days);