Hey guys,
working GPGS into my game and I got mot of it working. However I have two highcores boards, and I am unable to load the correct board with script.
for instance,if the player jut played a game of TURBO mode. And he presses the “view highscores” button. The TURBO mode highcores should be shown. Not the menu from which you can choose which leadboard to view.
I found this in the documentation
gameNetwork.show( "leaderboards", { leaderboard={ timeScope="AllTime" }, listener=showLeaders } )
tried changing it to this, however no luck.
gameNetwork.show( "leaderboards", { leaderboard={ timeScope="AllTime", category="[myleaderboardID]" }, listener=showLeaders } )
Can anyone tell me what I’m doing wrong?
Thanks in advance