Update scoreboard text and add jailbreak configuration file
This commit is contained in:
@@ -309,7 +309,7 @@ vgui.Register("JBScoreboard",{
|
|||||||
self.Name:Dock( TOP )
|
self.Name:Dock( TOP )
|
||||||
self.Name:SizeToContents();
|
self.Name:SizeToContents();
|
||||||
self.Name:SetContentAlignment( 5 )
|
self.Name:SetContentAlignment( 5 )
|
||||||
self.Name:SetText("Jail Break 7");
|
self.Name:SetText(GetHostName());
|
||||||
|
|
||||||
self.Spectators = self.Footer:Add( "DLabel" )
|
self.Spectators = self.Footer:Add( "DLabel" )
|
||||||
self.Spectators:SetFont("JBNormal");
|
self.Spectators:SetFont("JBNormal");
|
||||||
@@ -362,7 +362,7 @@ vgui.Register("JBScoreboard",{
|
|||||||
self.Host:SetTextColor( color_text );
|
self.Host:SetTextColor( color_text );
|
||||||
self.Host:Dock(TOP);
|
self.Host:Dock(TOP);
|
||||||
self.Host:SetContentAlignment( 5 )
|
self.Host:SetContentAlignment( 5 )
|
||||||
self.Host:SetText("A gamemode by Excl, hosted by "..JB.Config.website);
|
self.Host:SetText("A gamemode by MainstayMist. Jailbreakplusplus derived from Jail Break 7.");
|
||||||
self.Host:SizeToContents();
|
self.Host:SizeToContents();
|
||||||
|
|
||||||
self.ScoresGuards = self:Add( "DScrollPanel" )
|
self.ScoresGuards = self:Add( "DScrollPanel" )
|
||||||
|
|||||||
7
jailbreak.txt
Normal file
7
jailbreak.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
"Jail Break"
|
||||||
|
{
|
||||||
|
"base" "base"
|
||||||
|
"title" "Jail Break"
|
||||||
|
"maps" "^jb_"
|
||||||
|
"menusystem" "1"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user