Minor code improvements

This commit is contained in:
ElPumpo
2020-01-24 11:19:56 +01:00
parent d5ff2a6183
commit 9a80cd0dcd
2 changed files with 23 additions and 30 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ function StartDistressSignal()
local timer = Config.BleedoutTimer
while timer > 0 and isDead do
Citizen.Wait(2)
Citizen.Wait(0)
timer = timer - 30
SetTextFont(4)