- Katılım
- 4 yıl 1 ay 21 gün
- Mesajlar
- 645
Selam Degerli Fivemturk Uyeleri ...
Konu Daha Önce Acildimi Bilmiyorum ...
Ne Işe Yarar ?
Eger Sizin Renkli Haritanizda Zoomluyunca Yakinlastirinca Haritaniz Bozuluyorsa Vericemgim Kodlari Ekleyiniz
Kodu Nereye Ekliyicem ? : Herhan gibi Client Side a Koymaniz Yeterli Olucaktir.
Kod:
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
while true do
Citizen.Wait(1)
if IsPedInAnyVehicle(GetPlayerPed(-1), true) then
SetRadarZoom(1100)
end
end
end)
Bu Kadar . <3
Konu Daha Önce Acildimi Bilmiyorum ...
Ne Işe Yarar ?
Eger Sizin Renkli Haritanizda Zoomluyunca Yakinlastirinca Haritaniz Bozuluyorsa Vericemgim Kodlari Ekleyiniz
Kodu Nereye Ekliyicem ? : Herhan gibi Client Side a Koymaniz Yeterli Olucaktir.
Kod:
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
while true do
Citizen.Wait(1)
if IsPedInAnyVehicle(GetPlayerPed(-1), true) then
SetRadarZoom(1100)
end
end
end)
Bu Kadar . <3