Skip to content

Commit

Permalink
Update cayo and added streetnames
Browse files Browse the repository at this point in the history
  • Loading branch information
NeenGame committed Jan 21, 2024
1 parent 38c5b4b commit 83c5f60
Show file tree
Hide file tree
Showing 86 changed files with 29 additions and 16 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ Images | Images
- if you have cayo perico ipl go to map-postalmap/client.lua and set EnableCayoMiniMap to true

> **Todo**
- Version with street names
- Version with postal codes

> **Discord**
http://discord.bbv.world/
Expand Down
24 changes: 24 additions & 0 deletions map-postalmap-streetname/client.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
local EnableCayoMiniMap = false

CreateThread(function()
SetMapZoomDataLevel(0, 2.75, 0.9, 0.08, 0.0, 0.0) -- Level 0
SetMapZoomDataLevel(1, 2.8, 0.9, 0.08, 0.0, 0.0) -- Level 1
SetMapZoomDataLevel(2, 8.0, 0.9, 0.08, 0.0, 0.0) -- Level 2
SetMapZoomDataLevel(3, 20.0, 0.9, 0.08, 0.0, 0.0) -- Level 3
SetMapZoomDataLevel(4, 35.0, 0.9, 0.08, 0.0, 0.0) -- Level 4
SetMapZoomDataLevel(5, 55.0, 0.0, 0.1, 2.0, 1.0) -- ZOOM_LEVEL_GOLF_COURSE
SetMapZoomDataLevel(6, 450.0, 0.0, 0.1, 1.0, 1.0) -- ZOOM_LEVEL_INTERIOR
SetMapZoomDataLevel(7, 4.5, 0.0, 0.0, 0.0, 0.0) -- ZOOM_LEVEL_GALLERY
SetMapZoomDataLevel(8, 11.0, 0.0, 0.0, 2.0, 3.0) -- ZOOM_LEVEL_GALLERY_MAXIMIZE
end)

if EnableCayoMiniMap then
CreateThread(function()
while true do
SetRadarAsExteriorThisFrame()
local coords = vec(4700.0, -5145.0)
SetRadarAsInteriorThisFrame(`h4_fake_islandx`, coords.x, coords.y, 0, 0)
Wait(0)
end
end)
end
5 changes: 5 additions & 0 deletions map-postalmap-streetname/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fx_version 'cerulean'
game 'gta5'
this_is_a_map 'yes'

client_script 'client.lua'
Binary file not shown.
Binary file added map-postalmap-streetname/stream/gfx/minimap.gfx
Binary file not shown.
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_0_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_0_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_0_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_0_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_0_6.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_1.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_6.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_7.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_1_8.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_0.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_1.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_6.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_7.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_2_8.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_0.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_1.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_6.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_7.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_3_8.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_0.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_1.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_6.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_7.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_4_8.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_0.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_1.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_6.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_7.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_5_8.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_0.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_1.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_6.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_7.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_6_8.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_7_0.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_7_1.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_7_2.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_7_3.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_7_4.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_7_5.ydd
Binary file not shown.
Binary file added map-postalmap-streetname/stream/ydd/minimap_7_6.ydd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions map-postalmap/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ CreateThread(function()
SetMapZoomDataLevel(8, 11.0, 0.0, 0.0, 2.0, 3.0) -- ZOOM_LEVEL_GALLERY_MAXIMIZE
end)

CreateThread(function()
while true do
Wait(80)
local ped = PlayerPedId()
if IsPedOnFoot(ped) then
SetRadarZoom(1200) -- default 1100
elseif IsPedInAnyVehicle(ped, true) then
SetRadarZoom(1200) -- default 1100
end
end
end)

if EnableCayoMiniMap then
CreateThread(function()
while true do
Expand Down
Binary file modified map-postalmap/stream/gfx/int3232302352.gfx
Binary file not shown.

0 comments on commit 83c5f60

Please sign in to comment.