FiveM Leaks

[FiveM] [Solution] Map Zoom Problem

Submitted by purpless01, , Thread ID: 200756

Thread Closed
16-03-2021, 09:49 PM
#1
Hello all, dear friends,

Friends, you can use the server file that I have prepared if you have a blackening problem while zooming in on the special map you use.

All you have to do is drop it into the text resources folder I provided and add start map_fix to server.cfg

Download

RE: [FiveM] [Solution] Map Zoom Problem

#2
I studied your topic and liked it very much. Thank you for your help

RE: [FiveM] [Solution] Map Zoom Problem

#3
this is a bad way to do this it will get more resources than normally what is a need. just add an event handler.

Code:
Citizen.CreateThread(function()
  while true do
    Citizen.Wait(1)
    if IsPedOnFoot(GetPlayerPed(-1)) then
      SetRadarZoom(5000)
    elseif IsPedInAnyVehicle(GetPlayerPed(-1), true) then
      SetRadarZoom(5000)
    end
  end
end)
,
' ? ...

[Image: ascii-red.png]

RE: [FiveM] [Solution] Map Zoom Problem

#4
Bro seriously thank you very much.

RE: [FiveM] [Solution] Map Zoom Problem

#5
You have supported me every step of the way during my journey through my sadness. The support of my devoted family is more precious than all the gold in the world. Just knowing you are there for me gives me the foundation I need to work through this tough time and get to a better place in my life.

Users browsing this thread: 4 Guest(s)