16.08.2012, 18:54
pawn Код:
format(str, sizeof(str), "%d", time);
if(strlen(str) != 7)
This simply formats it into a string, and then checks the length of the string
If not, what did you want again? I'm tired, so don't blame me. It looks like you already made it so if time is less than 10 it returns a message, shouldn't that work?