mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Minor code improvements
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user