#include <dantom/hublib>
proc
report_score()
var/scores[0]
for(var/mob/M in world)
scores[M] = M.score
byondhub.ReportScores(scores)
ID:170998
Nov 23 2004, 5:11 pm (Edited on Nov 24 2004, 8:10 pm)
|
|
With the hublib, I have this but on my hub page, no Ranks clickable link shows up, what should I do?
|
Nov 23 2004, 5:15 pm
|
|
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> Try making it were it reports it to your hub mabye I really couldn't tell ya. |