12.04.2009, 07:47
I want there to be dot in every number: 12400 => 12.400, 53000 => 53.000.
for example: Congratulations! You have just won $14.560!
which sign should be replaced with '%d'? or what I need to do to make so? please help ![undecided](images/smilies/neutral.gif)
for example: Congratulations! You have just won $14.560!
Код:
format(str, 64, "Congratulations! You have just won $%d!", Winnings[playerid]); SendClientMessage(playerid, COLOR_WHITE, str);
![undecided](images/smilies/neutral.gif)