0 Members and 3 Guests are viewing this topic.
I wish we could choose between old and 'new' scriptcore
It wasn't desired. Report it on mantis maybe so i don't forget about it.
there's this little problem with displaying statistics with too many zeros
FloattoStr(RoundTo(100 * Total / NumPlayers, 2))FormatFloat('value',code)FormatFloat('00',RoundTo(100 * Total / NumPlayers, 2))
For those who still have problems with this:Example:Code: [Select]FloattoStr(RoundTo(100 * Total / NumPlayers, 2))FormatFloat('value',code)FormatFloat('00',RoundTo(100 * Total / NumPlayers, 2))
FormatFloat('##0.##',100.00 * Total / NumPlayers);