22.07.2010, 23:34
I'd use a float so it's 1.234 seconds instead of 1 second
pawn Код:
format(string, 256, "You have stopped the stopwatch on %s. The time was %f",giveplayer, GetTickCount() - stopwatchtime/1000);