Ulysses Stuff > Ulysses Release Archives

sui_scoreboard - Sandbox Replacement Scoreboard REMIXED

<< < (7/17) > >>

Larry:
Hey, I'm having a bit of a problem.....Or maybe the Scoreboard is just set up this way. When I hold down tab I see the changes and everything, [It's Awsome!] but, when I highlight over something like the [G] Symbol...It does not tell me what it means....I only know what it means when I rank some one.. In the Normal Scoreboard if you higlited over the picture of the "Hammer" and you were going to rank them that it would say "This player is good at building" How come I don't see this in the scoreboard v2...Is it just me? or something I'm doing?

Chironex:
No this problem appear even with default scoreboard -> Gmod bug

SkuD:
I would like to modify the scoreboard a bit to link with Utime and show the players total time in hours rounded down.  I have been able to add the group for Hours but I have unsuccessfully been able to link the time by hours only.  Any ideas?

Megiddo:

--- Quote from: SkuD on March 28, 2008, 08:24:34 PM ---I would like to modify the scoreboard a bit to link with Utime and show the players total time in hours rounded down.  I have been able to add the group for Hours but I have unsuccessfully been able to link the time by hours only.  Any ideas?

--- End quote ---

Look at how UTime displays the time, it breaks it down into hours in there.

SkuD:
I was able to eventually figure out how to link the time into the scoreboard.  It was easier to just use the database stored time of seconds and convert it to hours by /60/60, crappy maybe, but easy.


--- Code: ---self.lblHours:SetText( math.floor((self.Player:GetUTime() + CurTime() - self.Player:GetUTimeStart())/60/60))
--- End code ---


Now to figure out auto promotion of groups based on time ~_~

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version