Ulysses Stuff > Releases
sui_scoreboard with UTime and Steam Avatars
sharp:
I like this scoreboard it works good. I'm using the one with uteam and utime.
Do you think adding a AFK column to work with the anti AFK Ulib module flag would be a good addition? just a suggestion.
Glockshna:
Hmm wont let me download it. Says i need to login, but obviously i am logged in :P Any ideas? can someone post a direct link to the download?
thanks.
JamminR:
You don't see the links now that you are logged in?
When I click them from the first post, I get no error message and get prompted to save the file.
Buggzie:
Sorry to bump this thread but, When someone changes team for instance they were 'User' and now 'Respected' it will say Resp... until you click on their name. Is there a way to refresh it as soon as teamchange or a player has died?
Thanks!
Stickly Man!:
Easy-- Open lua\sui_scoreboard\player_row.lua, then find the line:
--- Code: ---function PANEL:UpdatePlayerData()
--- End code ---
(around line #120)
Then in that function, find this line of code:
--- Code: ---self.lblTeam:SetText( team.GetName(self.Player:Team()) )
--- End code ---
...And then add this line of code right under that line:
--- Code: ---self.lblTeam:SizeToContents()
--- End code ---
I haven't tested it (I'm at work right now), but I'm 90% sure it should work ;D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version