EXP System - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: EXP System (
/showthread.php?tid=513996)
EXP System -
Mriss - 19.05.2014
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
Re: EXP System -
RajatPawar - 19.05.2014
pawn Код:
new string[10];
format(string, sizeof (string), "%08d", 100);
print(string);