Log in

View Full Version : Decimal Points


NickyNet
04-07-2010, 08:40 PM
Hi,

hope some1 can help me in this matter..

in games_scores i see that scores will be saved with decimals:

saw that there is decimal mentioned in lang files and same in the settings table..

acp_main_decimal_amount => "Amount of decimal places to show for scores<dfn>Example: 2 places will show as 3.23</dfn>",acp_game_decimal => "Decimal Points?<dfn>Leave at 0 for no decimal points.</dfn>",but this option is not visible in ACP..

i tried to update games_settings table field "dec_amount" with 2 or more... but this does not have any effect on enduser pages..

any clue, what i'm doing wrong?

using vb 4.0.2 pl4 and ibProArcade v2.7.0+

War.Frog
04-07-2010, 09:22 PM
Hi,

hope some1 can help me in this matter..

in games_scores i see that scores will be saved with decimals:

saw that there is decimal mentioned in lang files and same in the settings table..

acp_main_decimal_amount => "Amount of decimal places to show for scores<dfn>Example: 2 places will show as 3.23</dfn>",acp_game_decimal => "Decimal Points?<dfn>Leave at 0 for no decimal points.</dfn>",but this option is not visible in ACP..

i tried to update games_settings table field "dec_amount" with 2 or more... but this does not have any effect on enduser pages..

any clue, what i'm doing wrong?

using vb 4.0.2 pl4 and ibProArcade v2.7.0+

You have to change it per game, and can be done in ACP. Go to:

ACP>Arcade>Games List>All

Then click "Edit" on the game(s) you want to change the decimal displays.

NickyNet
04-07-2010, 09:34 PM
You have to change it per game, and can be done in ACP. Go to:

ACP>Arcade>Games List>All

Then click "Edit" on the game(s) you want to change the decimal displays.

Perfect!

thank you for this!