question regarding points numbers
#2

Код HTML:
    new number = 600;
    printf("%06d", number);
You're looking for the 06 part of the code above. It tells the function to pad zero's on up to the (n)th digit.

pawn Код:
%0(n)<specifier>
Reply


Messages In This Thread
question regarding points numbers - by wallen - 26.02.2018, 23:30
Re: question regarding points numbers - by DobbysGamertag - 27.02.2018, 01:25
Re: question regarding points numbers - by wallen - 27.02.2018, 11:11

Forum Jump:


Users browsing this thread: 1 Guest(s)