ID:141002
 
Code:
params = list("Points"=src.Points,"Shots Taken"=src.Shots,"Misses"=src.Misses,"Message"=src.End_Message,"Difficulty"=Mode)
world.SetScores("[src.key]", list2params(params))


Problem description:
When I use the set scores in my game Fast Popper after you finish the game and it submits your score it doesn't show up on the hub, can someone tell me if this is a BYOND Bug or my own coding error.

Thanks in advance.

-Gizhy
Do these scores exist in the hub?
In response to Kaiochao
Yes, I did everything correctly and they still don't appear on the hub.

PS: Thanks for the reply.

-Gizhy
Your hub entry doesn't have a password. The standings tab won't show without one.
Aries is right; you need a hub password when you use medals or scores, for security. Because we had abuse going on, we added the feature that if you don't use a hub password, your game won't show a Standings tab on the hub entry. This is explained on the hub entry editing page, and the reference for the score and medal procs also says you should use a hub password.

Lummox JR
In response to Aries
Ok, thank you Aries and Lummox Jr.

-Gizhy