deploy: 421a0f3f02
parent
54e6572787
commit
430cbe8751
File diff suppressed because one or more lines are too long
4
game.js
4
game.js
|
@ -2119,7 +2119,8 @@ function dE() {
|
||||||
function wZ(title, w3, d) {
|
function wZ(title, w3, d) {
|
||||||
wa(d), i.j(4, 5, new k("⚠️ " + title, {
|
wa(d), i.j(4, 5, new k("⚠️ " + title, {
|
||||||
"3249": "No servers found",
|
"3249": "No servers found",
|
||||||
"4705": "Lobby not found"
|
"4705": "Lobby not found",
|
||||||
|
"4730": "Kicked from lobby"
|
||||||
} [w3] || w3, !0))
|
} [w3] || w3, !0))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2130,6 +2131,7 @@ function dE() {
|
||||||
}(d), i.kt.we()
|
}(d), i.kt.we()
|
||||||
}
|
}
|
||||||
this.wQ = function(wR, d) {
|
this.wQ = function(wR, d) {
|
||||||
|
wR === 1 && __fx.customLobby.isActive() && __fx.customLobby.setActive(false);
|
||||||
if (8 === i.pz && 0 === wR)
|
if (8 === i.pz && 0 === wR)
|
||||||
if (4211 === d) wS(d);
|
if (4211 === d) wS(d);
|
||||||
else {
|
else {
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||||
|
|
||||||
<!-- FX Client CSS -->
|
<!-- FX Client CSS -->
|
||||||
<link rel="stylesheet" href="main.css?1729972696686">
|
<link rel="stylesheet" href="main.css?1730129002468">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -84,8 +84,8 @@
|
||||||
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
||||||
<table><tbody id="donationhistory_content"></tbody></table>
|
<table><tbody id="donationhistory_content"></tbody></table>
|
||||||
</div></span>
|
</div></span>
|
||||||
<script src="variables.js?1729972696686"></script>
|
<script src="variables.js?1730129002468"></script>
|
||||||
<script src="fx.bundle.js?1729972696686"></script>
|
<script src="fx.bundle.js?1730129002468"></script>
|
||||||
<script src="game.js?1729972696686"></script>
|
<script src="game.js?1730129002468"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
56
main.css
56
main.css
|
@ -34,6 +34,31 @@
|
||||||
z-index : 10;
|
z-index : 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.window button,
|
||||||
|
.window input,
|
||||||
|
.window select {
|
||||||
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
|
color : white;
|
||||||
|
font-size : 20px;
|
||||||
|
font-size : 0.9em;
|
||||||
|
padding : 0.4rem;
|
||||||
|
transition : 0.2s;
|
||||||
|
border : 1px solid #fff;
|
||||||
|
border-radius : 5px;
|
||||||
|
margin : 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window :disabled, .window .disabled {
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.65;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window.settings button,
|
||||||
|
.window.settings input,
|
||||||
|
.window.settings select {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -72,6 +97,12 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lobby-player button {
|
||||||
|
font-size: 0.7em;
|
||||||
|
margin: 0px 5px;
|
||||||
|
padding: 3px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.d-none {
|
.d-none {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -84,31 +115,6 @@ hr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window button,
|
|
||||||
.window input,
|
|
||||||
.window select {
|
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
|
||||||
color : white;
|
|
||||||
font-size : 20px;
|
|
||||||
font-size : 0.9em;
|
|
||||||
padding : 0.4rem;
|
|
||||||
transition : 0.2s;
|
|
||||||
border : 1px solid #fff;
|
|
||||||
border-radius : 5px;
|
|
||||||
margin : 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window :disabled, .window .disabled {
|
|
||||||
pointer-events: none;
|
|
||||||
opacity: 0.65;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window.settings button,
|
|
||||||
.window.settings input,
|
|
||||||
.window.settings select {
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
margin-block-start: 0.5em;
|
margin-block-start: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue