EXP System
#1

How would I make the exp system from Instead of being just 0 like this> http://prntscr.com/3kkhr2 to like 00000000
and then like when they get 100score > 00000100
Reply
#2

pawn Код:
new string[10];
format(string, sizeof (string), "%08d", 100);
print(string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)