Does anyone know how to move these small magnifying glasses that are used to ID people in the ttt scoreboard?
[img]http://i.imgur.com/PvSCiFU.png[/img]
There is a code for position of it in vgui.lua (I guess it was vgui.lua)
[QUOTE=Netheous;42784607]There is a code for position of it in vgui.lua (I guess it was vgui.lua)[/QUOTE]
There's no vgui.lua in the terrortown folder.
Ah, I think it was scoreboard.lua, I am in the school atm so I can't check such things.
Sb_row.lua
change this line
[LUA]
self.sresult:SetPos(self:GetWide() - (50*6) - 8, (SB_ROW_HEIGHT - 16) / 2)
[/LUA]
[QUOTE=rejax;42785078]Sb_row.lua
change this line
[LUA]
self.sresult:SetPos(self:GetWide() - (50*6) - 8, (SB_ROW_HEIGHT - 16) / 2)
[/LUA][/QUOTE]
Thanks, that worked.
Sorry, you need to Log In to post a reply to this thread.