forked from ZionDevelopers/sui-scoreboard
Merge pull request #23 from Physics-Dude/master
Added volume slider feature to readme feature list, made "time connected" more descriptive.
This commit is contained in:
commit
c3129f6ee8
@ -7,6 +7,7 @@ This is a game addon for [Garry's Mod][] servers, NOT FOR SINGLEPLAYER!
|
||||
|
||||
* Works with Exsto, Evolve and ULX v3
|
||||
* Have mute button for every player, click on the volume icon to mute / unmute the player.
|
||||
* Change the volume of specific players by right-clicking their volume icons.
|
||||
* Compatible with Garry's Mod 13.
|
||||
* Fixed the admin buttons like: Kick, permaban and ban.
|
||||
* Lots of bugs fixed and lots of improvements since SUI Scoreboard v2.
|
||||
|
@ -81,7 +81,7 @@ function PANEL:Init()
|
||||
self.lblHealth:SetText( "Health" )
|
||||
|
||||
self.lblHours = vgui.Create( "DLabel", self )
|
||||
self.lblHours:SetText( "Time Connected" )
|
||||
self.lblHours:SetText( "Total Time Connected" )
|
||||
|
||||
self.lblTeam = vgui.Create( "DLabel", self )
|
||||
self.lblTeam:SetText( "Rank" )
|
||||
|
Loading…
Reference in New Issue
Block a user