Adjusted the display update rate

This commit is contained in:
Dan
2020-03-28 21:48:23 +00:00
parent 02ad05639e
commit 2d9ec9739f

View File

@@ -1721,7 +1721,7 @@ Citizen.CreateThread( function()
while ( true ) do while ( true ) do
RADAR:Main() RADAR:Main()
Citizen.Wait( 50 ) Citizen.Wait( 100 )
end end
end ) end )