repeated high score

Posted by yasser_meaily
hello, i have problem in my high score list where the same player's score submited many times (with or without) the same score value.. how can i solve this problem ? "i want it to be upgraded to higher value"

Replies (4)

Last message on 4 Apr 2021

Size43 (Administrator) on 14 Mar 2021, 16:03:54
Apologies for the delay. Could you show the code you're using to submit the highscore?
yasser_meaily (Topicstarter) on 18 Mar 2021, 12:55:47
gms_highscore_add_guest(global.highScoreId, obj_UI_controller.player_name, score_submit, scr_guest_highscore_callback);
Size43 (Administrator) on 4 Apr 2021, 16:32:04
Apologies for the delay. Guest highscores cannot be updated or overwritten. If you want the score to be updated, you'll have to let the player log in to an account.
yasser_meaily (Topicstarter) on 17 Feb 2021, 12:46:18
why no one replies to my problem ?!