[FREE]Cayo Perico Satelitte Map

int3232302352.zip (7.2 MB)

18 Likes

nice work bro :+1:

1 Like

V.2 ?


int3232302352V2.zip (6.0 MB)

7 Likes

yo thats fire

1 Like

Wooow!! I like it

1 Like

yeah thats nice

1 Like

maybe also with postals?

why ruin it with postals?

I prefer the look of V2, V1 is nice too, appreciate the release :+1:

1 Like

Thank you !

1 Like

I know this map is not supposed to solve this


But is there any solution to able to see both cayo perico and city map in the same time?

I don't know which map you are using, but try inserting this into the client file:

---Stay Maps
local CloseToCayo = false
local CayoMinimapLoaded = false


Citizen.CreateThread(function()
    while true do


        if CloseToCayo ~= CloseToCayo then
            CloseToCayo = CloseToCayo
            CayoMinimapLoaded = CloseToCayo


            SetToggleMinimapHeistIsland(CloseToCayo)
        end

        Wait(5000)
    end
end)


CreateThread(function()
    while true do
        
        local wait = 500

        if IsPauseMenuActive() and not IsMinimapInInterior() then

            if CayoMinimapLoaded then
                CayoMinimapLoaded = false
                SetToggleMinimapHeistIsland(false)
            end

            SetRadarAsExteriorThisFrame()
            SetRadarAsInteriorThisFrame(GetHashKey("h4_fake_islandx"), 4700.0, -5145.0, 0, 0)
            wait = 0

        elseif not CayoMinimapLoaded and CloseToCayo then
            CayoMinimapLoaded = true
            SetToggleMinimapHeistIsland(true)
        end
        Wait(wait)
    end
end)

it works for me.
1 Like

1 Like

hello,how to install a .gfx please

Drop .gfx files to stream folder


how to fix i can zoom down side from city

place a blip in the lower right corner of the island

works perfectly, thanks for this :slight_smile:

1 Like

How can the route from Los to the island be shown on a map?

simple drawing