Ulysses Stuff > Releases

sui_scoreboard with UTime and Steam Avatars

<< < (32/34) > >>

TweaK:

--- Quote from: bballchamp99 on April 18, 2013, 07:09:08 PM ---I keep getting this error with both versions of sui_scoreboard

-stuff-

any help would be great and thank you.

--- End quote ---
I think you downloaded the gm12 version from the OP, give this one a try https://dl.dropbox.com/u/7934790/gmod/sui_scoreboard.zip


--- Quote from: Ch1lly on April 17, 2013, 12:44:42 PM ---Are these the lines I should comment out from player_infocard.lua?

self.VoteButtons[5] = vgui.Create( "suispawnmenuvotebutton", self )
   self.VoteButtons[5]:SetUp( "icon16/wrench.png", "builder", "Good at building!" )

--- End quote ---
Give it a try *shrug* that may be all you need to do

bballchamp99:
Ok the version you gave me works but it says my team is unassigned! I tried to set teams for myself and changed groups in ulx but it wont work any help?

TweaK:
Yeah, sounds like a problem with your teams/groups setup... make sure you have given them all a name/color and such, beyond that I'm not really sure.

Ch1lly:

--- Quote from: TweaK on April 19, 2013, 01:23:21 AM ---I think you downloaded the gm12 version from the OP, give this one a try https://dl.dropbox.com/u/7934790/gmod/sui_scoreboard.zip
Give it a try *shrug* that may be all you need to do

--- End quote ---

Sorry for the necro but I thought it would be useful info for the thread. The lines I stated are the ones that need removing/commenting out to get rid of the buttons.

In player_infocard.lua just comment out lines 21 to 68.

Now when you expand someones details on the scoreboard, you'll get an error. Simply comment out lines 234 to 244 in player_infocard.lua also. See below

-- for k, v in ipairs( self.VoteButtons ) do
      -- v:InvalidateLayout()
      -- if k < 6 then
         -- v:SetPos( self:GetWide() -  k * 25, 0 )
      -- elseif k < 11 then
         -- v:SetPos( self:GetWide() -  (k-5) * 25, 36 )
      -- else
         -- v:SetPos( self:GetWide() -  (k-10) * 25, 72 )
      -- end
      -- v:SetSize( 20, 32 )
   -- end

venom1324:
[ERROR] addons/sui_scoreboard/lua/sui_scoreboard/player_row.lua:113: attempt to call method 'GetUTimeTotalTime' (a nil value)
  1. UpdatePlayerData - addons/sui_scoreboard/lua/sui_scoreboard/player_row.lua:113
   2. SetPlayer - addons/sui_scoreboard/lua/sui_scoreboard/player_row.lua:92
    3. AddPlayerRow - addons/sui_scoreboard/lua/sui_scoreboard/scoreboard.lua:94
     4. UpdateScoreboard - addons/sui_scoreboard/lua/sui_scoreboard/scoreboard.lua:269
      5. Init - addons/sui_scoreboard/lua/sui_scoreboard/scoreboard.lua:62
       6. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:153
        7. CreateScoreboard - addons/sui_scoreboard/lua/autorun/sui_scoreboard.lua:33
         8. unknown - addons/sui_scoreboard/lua/autorun/sui_scoreboard.lua:40


[ERROR] addons/sui_scoreboard/lua/sui_scoreboard/scoreboard.lua:234: attempt to index field 'lblPing' (a nil value)
  1. unknown - addons/sui_scoreboard/lua/sui_scoreboard/scoreboard.lua:234


[ERROR] addons/sui_scoreboard/lua/sui_scoreboard/scoreboard.lua:202: attempt to index field 'lblPing' (a nil value)
  1. unknown - addons/sui_scoreboard/lua/sui_scoreboard/scoreboard.lua:202


[ERROR] addons/sui_scoreboard/lua/sui_scoreboard/player_row.lua:113: attempt to call method 'GetUTimeTotalTime' (a nil value)
  1. UpdatePlayerData - addons/sui_scoreboard/lua/sui_scoreboard/player_row.lua:113
   2. unknown - addons/sui_scoreboard/lua/sui_scoreboard/player_row.lua:251



When trying to open scoreboard on server. Why this addon is soo outdated?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version