Hi All.
I an using the Leaderboard plugin, which creates a leaderboard and submits the scores to a mySQL database. Works great, but one problem.
The game is a driving game, which records the time taken to go round the track.
The score records the time in seconds.milliseconds, and in the MySQL database, the scores are indeed stored in this fashion: (e.g. 12.34)
But, when the leaderboard publishes the scores, which are being pulled down form the database, it only show seconds - e.g. 12
scirra.com/store/construct2-plugins/easyleaderboard-4145
Has anyone used this plugin, and would you know how to add the full entry form the database?
I contacted the author of the plugin, but haven't heard back.