ID:170998
 
With the hublib, I have this but on my hub page, no Ranks clickable link shows up, what should I do?

#include <dantom/hublib>
proc
report_score()
var/scores[0]
for(var/mob/M in world)
scores[M] = M.score
byondhub.ReportScores(scores)


Um...I think you need the mantra ranking system in there as well maybe?
In response to Lenox
Lenox wrote:
Um...I think you need the mantra ranking system in there as well maybe?


In deadrons example he didnt, and his worked.
In response to XxDohxX
Then did you check " support Hubfiles (postal-mode)" in the hub index thingy? (Right under support mantra ranking)
In response to Lenox
Yes.
In response to Lenox
Lenox wrote:
Um...I think you need the mantra ranking system in there as well maybe?

The MANTRA ranking system is an algorithim, not a piece of code required for the hub (Well, it's a piece of code, but not required for the hub)
In response to XxDohxX
Lemme see what I can do for you..........



I know how to do the in game ranking system, but I dont know how to do a postal one.

If I figure it out ill tell you.
But mabye instead of
#include <dantom/hublib>
proc
report_score()
var/scores[0]
for(var/mob/M in world)
scores[M] = M.score
byondhub.ReportScores(scores)

Try making it were it reports it to your hub mabye I really couldn't tell ya.
XxDohxX wrote:
With the hublib, I have this but on my hub page, no Ranks clickable link shows up, what should I do?

> #include <dantom/hublib>
> proc
> report_score()
> var/scores[0]
> for(var/mob/M in world)
> scores[M] = M.score
> byondhub.ReportScores(scores)
>
>


Bump...