int3232302352.zip (7.2 MB)
18 Likes
nice work bro
1 Like
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 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
hello,how to install a .gfx please
Drop .gfx files to stream folder
place a blip in the lower right corner of the island
works perfectly, thanks for this
1 Like
How can the route from Los to the island be shown on a map?
simple drawing