gh-pages
peshomir 2024-10-28 15:23:29 +00:00
parent 54e6572787
commit 430cbe8751
4 changed files with 39 additions and 31 deletions

File diff suppressed because one or more lines are too long

View File

@ -2119,7 +2119,8 @@ function dE() {
function wZ(title, w3, d) {
wa(d), i.j(4, 5, new k("⚠️ " + title, {
"3249": "No servers found",
"4705": "Lobby not found"
"4705": "Lobby not found",
"4730": "Kicked from lobby"
} [w3] || w3, !0))
}
@ -2130,6 +2131,7 @@ function dE() {
}(d), i.kt.we()
}
this.wQ = function(wR, d) {
wR === 1 && __fx.customLobby.isActive() && __fx.customLobby.setActive(false);
if (8 === i.pz && 0 === wR)
if (4211 === d) wS(d);
else {

View File

@ -35,7 +35,7 @@
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
<!-- FX Client CSS -->
<link rel="stylesheet" href="main.css?1729972696686">
<link rel="stylesheet" href="main.css?1730129002468">
<!-- Game CSS -->
<style>
html,
@ -84,8 +84,8 @@
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
<table><tbody id="donationhistory_content"></tbody></table>
</div></span>
<script src="variables.js?1729972696686"></script>
<script src="fx.bundle.js?1729972696686"></script>
<script src="game.js?1729972696686"></script>
<script src="variables.js?1730129002468"></script>
<script src="fx.bundle.js?1730129002468"></script>
<script src="game.js?1730129002468"></script>
</body>
</html>

View File

@ -34,6 +34,31 @@
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 {
display: flex;
}
@ -72,6 +97,12 @@
border-radius: 5px;
}
.lobby-player button {
font-size: 0.7em;
margin: 0px 5px;
padding: 3px 5px;
}
.d-none {
display: none;
}
@ -84,31 +115,6 @@ hr {
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 {
font-weight : normal;
margin-block-start: 0.5em;