12.02.2014, 19:20
I have never understand that function and how to use it.. i need to insert it to a format with variable BizInfo[idx][bMoney]
i tried AddCommas(BizInfo[idx][bMoney]);
it returns fake amount of money like 49 instead of 23,456 for example.
format(string, sizeof(string), "You have $%d in your vault.", AddCommas(BizInfo[idx][bMoney]));
PLEASE HELP !
i tried AddCommas(BizInfo[idx][bMoney]);
it returns fake amount of money like 49 instead of 23,456 for example.
format(string, sizeof(string), "You have $%d in your vault.", AddCommas(BizInfo[idx][bMoney]));
PLEASE HELP !