Skip to content

Commit

Permalink
Update client.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
tah5882 authored Feb 6, 2024
1 parent 01ccf6d commit 47e5eb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ELS-FiveM/client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ curCleanupTime = 0

local networkSessionActive = true

Citizen.CreateThread(function()
while true do
DistantCopCarSirens(false) -- Setting to false will disable the distant sirens
Citizen.Wait(400)
end
end)

Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
Expand Down

0 comments on commit 47e5eb5

Please sign in to comment.