19.04.2009, 00:43
I was messing with something like this the other day.
Add in that and make that your format code.
pawn Код:
new TimeDiff = (GetTickCount() - time_start) % 60000;
format(tempstring,sizeof(tempstring),"%s has won the reactiontest! (%d.%d)",reactionwinner,TimeDiff / 100, TimeDiff % 100);