09.10.2015, 16:31
pawn Code:
seconds = timeleft % 60;
minutes = timeleft / 60;
Also kindly note that your countdown will run into negative values. You have a repeating timer which you cannot kill because you didn't assign it to a variable.