04.04.2011, 18:52
how to convert this:
to
Jail time left: 10:50
(10 minutes and 50 seconds)
pawn Код:
new variable = 650, string[64];
format(string, 64, "Jail time left: %d seconds", variable);
Jail time left: 10:50
(10 minutes and 50 seconds)