@@ -31,9 +31,9 @@ local radioActive = false
31
31
DisplayRadar (false )
32
32
33
33
local function CinematicShow (bool )
34
- SetRadarBigmapEnabled (true , false )
34
+ SetBigmapActive (true , false )
35
35
Wait (0 )
36
- SetRadarBigmapEnabled (false , false )
36
+ SetBigmapActive (false , false )
37
37
if bool then
38
38
for i = CinematicHeight , 0 , - 1.0 do
39
39
Wait (10 )
@@ -390,10 +390,10 @@ RegisterNetEvent('hud:client:LoadMap', function()
390
390
-- 0.315 = map shorten
391
391
SetMinimapComponentPosition (' minimap_blur' , ' L' , ' B' , - 0.01 + minimapOffset , 0.025 , 0.262 , 0.300 )
392
392
SetBlipAlpha (GetNorthRadarBlip (), 0 )
393
- SetRadarBigmapEnabled (true , false )
393
+ SetBigmapActive (true , false )
394
394
SetMinimapClipType (0 )
395
395
Wait (50 )
396
- SetRadarBigmapEnabled (false , false )
396
+ SetBigmapActive (false , false )
397
397
if Menu .isToggleMapBordersChecked then
398
398
showCircleB = false
399
399
showSquareB = true
@@ -428,9 +428,9 @@ RegisterNetEvent('hud:client:LoadMap', function()
428
428
SetMinimapComponentPosition (' minimap_blur' , ' L' , ' B' , - 0.00 + minimapOffset , 0.015 , 0.252 , 0.338 )
429
429
SetBlipAlpha (GetNorthRadarBlip (), 0 )
430
430
SetMinimapClipType (1 )
431
- SetRadarBigmapEnabled (true , false )
431
+ SetBigmapActive (true , false )
432
432
Wait (50 )
433
- SetRadarBigmapEnabled (false , false )
433
+ SetBigmapActive (false , false )
434
434
if Menu .isToggleMapBordersChecked then
435
435
showSquareB = false
436
436
showCircleB = true
@@ -1009,7 +1009,7 @@ end)
1009
1009
-- Minimap update
1010
1010
CreateThread (function ()
1011
1011
while true do
1012
- SetRadarBigmapEnabled (false , false )
1012
+ SetBigmapActive (false , false )
1013
1013
SetRadarZoom (1000 )
1014
1014
Wait (500 )
1015
1015
end
0 commit comments