23.07.2012, 10:15
You aren't even trying to convert it to a string by what I'm looking at.
You can easily do this:
You can easily do this:
pawn Код:
format(gethour, sizeof(gethour), "0%d", thour);
// That^ to this:
gethour = thour;

