05.01.2013, 20:30
You need to format it this way
pawn Код:
new str[59], Hour, Minute, Second;
gettime(Hour, Minute, Second);
format(str, sizeof str,"%02d:%02d:%02d", Hour, Minute, Second);