18.12.2015, 19:25
Hello everyone.
I want a function "stock" to format cash or any number.
Example, If money = 1565105, after using "AFM", It will be 1,565,105
I want the script of "format", here is an example:
The message will be like:
"You have paid $1,766,918, good for you! "
Thanks for reading,
I help you help me!
I want a function "stock" to format cash or any number.
Example, If money = 1565105, after using "AFM", It will be 1,565,105
I want the script of "format", here is an example:
Код:
money = 1766918 format(string, sizeof(string), "You have paid $%s, good for you! :D", AFM(money); SendClientMessage(playerid, COLOR_WHITE, string);
"You have paid $1,766,918, good for you! "
Thanks for reading,
I help you help me!