How to number format? - 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: How to number format? (
/showthread.php?tid=575842)
How to number format? -
DevaBeast - 30.05.2015
How I can to number a format a large number with ","?
Ex.: "3,000,000".
Re: How to number format? -
McGuiness - 30.05.2015
You can't, you can save them as intgers but there is no way you could add a comma inbetween the numbers
Re: How to number format? -
DevaBeast - 30.05.2015
Is a way, I saw, but i forgotten.
Re: How to number format? -
Konstantinos - 30.05.2015
https://sampwiki.blast.hk/wiki/AddCommas
Re: How to number format? -
DevaBeast - 30.05.2015
Quote:
Originally Posted by Konstantinos
|
Thank you bro.