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:
Júlio C. Oliveira 2021-07-02 12:12:23 -03:00 committed by GitHub
commit c3129f6ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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" )