fix/tweak: playerlist img bug + reduced res/rev timers

This commit is contained in:
Jacob
2024-09-02 00:01:30 +01:00
parent 4c6c99fc3d
commit 0e52d6a63a
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -42,6 +42,7 @@ div.info {
div#contain {
text-align: center;
width: 100%;
padding: 10px 0 10px 0;
}
div.container-head {
text-align: center;
+2
View File
@@ -18,9 +18,11 @@
<div class="container" id="wrap">
<div class="container-box">
<div id="contain">
<!-- Removed here to prevent bug
<div class="container-head">
<img src="https://cdn.discordapp.com/attachments/710288826031013948/830177446921764955/FiveMbanner_skyline_BG_semicool_1.gif" id="serverIcon" width="90%" />
</div>
-->
<!--<div class="row container-jobs text-center justify-content-center">
<div class="col-lg-2">
<div class="job-count" style="color:red;">
+4 -4
View File
@@ -32,11 +32,11 @@ RegisterNetEvent("DeathScript:IsPlayerDead")
----------------DEFINING VARIABLES----------------
--------------------------------------------------
OriginalReviveTime = 150
OriginalRespawnTime = 60
OriginalReviveTime = 60
OriginalRespawnTime = 30
ReviveTime = 150
RespawnTime = 60
ReviveTime = 60
RespawnTime = 30
ReviveAllowed = false
RespawnAllowed = false