Fix custom scoreboard icons
This commit is contained in:
@ -22,3 +22,14 @@ LUI.mp_hud.Scoreboard.DetermineIfSingleTeamGameType = function()
|
||||
|
||||
return Game.GetPlayerTeam() == Teams.free
|
||||
end
|
||||
|
||||
local updateicon = LUI.FactionIcon.Update
|
||||
LUI.FactionIcon.Update = function(element, icon, a3)
|
||||
local scale = LUI.FactionIcon.BackgroundScale
|
||||
if (game:isdefaultmaterial(icon .. "_soft")) then
|
||||
LUI.FactionIcon.BackgroundScale = 0
|
||||
end
|
||||
|
||||
updateicon(element, icon, a3)
|
||||
LUI.FactionIcon.BackgroundScale = scale
|
||||
end
|
||||
|
Reference in New Issue
Block a user