commas
#1

Hello there,

I want to add comma's to the biz price (ex: $1000000 > $1,000,000)
please someone set it to the code, i tried almost all stuff myself but i failed in it...

This is its code

PHP код:
        if(BizInfo[business][bOwned] == 0)
        {
            new 
pricestring[32];
            new 
price BizInfo[business][bValue];
            new 
valstr(pricestring,price);
            while(
>= 4) { -= 3strins(pricestring,",",j); }
            
strins(pricestring,"$",0);
            
format(stringsizeof(string), "%s\nStatus: For Sale\nPrice: %s",BizInfo[business][bName],pricestring); 
Reply
#2

See this https://sampforum.blast.hk/showthread.php?tid=184328
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)