adding new postal mini map

This commit is contained in:
KingMcDonalds
2025-08-31 02:32:44 -07:00
parent e0be4032d5
commit 8a4ee22af3
16 changed files with 133 additions and 37 deletions
-8
View File
@@ -1,11 +1,3 @@
Citizen.CreateThread(function()
SetMapZoomDataLevel(0, 0.96, 0.9, 0.08, 0.0, 0.0) -- Level 0
SetMapZoomDataLevel(1, 1.6, 0.9, 0.08, 0.0, 0.0) -- Level 1
SetMapZoomDataLevel(2, 8.6, 0.9, 0.08, 0.0, 0.0) -- Level 2
SetMapZoomDataLevel(3, 12.3, 0.9, 0.08, 0.0, 0.0) -- Level 3
SetMapZoomDataLevel(4, 22.3, 0.9, 0.08, 0.0, 0.0) -- Level 4
end)
Citizen.CreateThread(function()
while true do
Citizen.Wait(1)