fix/tweak: playerlist img bug + reduced res/rev timers
This commit is contained in:
@@ -42,6 +42,7 @@ div.info {
|
||||
div#contain {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
div.container-head {
|
||||
text-align: center;
|
||||
|
||||
@@ -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;">
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user