Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- Wait(5)
- local ped = GetPlayerPed(-1)
- local interior = GetInteriorFromEntity(ped)
- local interiorGroup = GetInteriorGroupId(interior)
- N_0x82cedc33687e1f50(1)
- SetReduceVehicleModelBudget(true)
- -- N_0x0923dbf87dff735e(10.0, 10.0, 10.0)
- if interior ~= 0 and interiorGroup == 0 then
- if not IsPauseMenuActive() then
- DisableRadarThisFrame()
- CenterPlayerOnRadarThisFrame()
- SetRadarZoomLevelThisFrame(0)
- end
- SetPedDensityMultiplierThisFrame(0.0)
- SetScenarioPedDensityMultiplierThisFrame(0.0)
- SetParkedVehicleDensityMultiplierThisFrame(0.0)
- SetRandomVehicleDensityMultiplierThisFrame(0.0)
- SetVehicleDensityMultiplierThisFrame(0.0)
- SetSomeVehicleDensityMultiplierThisFrame(0.0)
- SetSomethingMultiplierThisFrame(false)
- else
- -- Enable Zancudo
- SetRadarAsInteriorThisFrame("V_FakeMilitaryBase", -2250.0, 3100.0, 0.0, 0)
- SetRadarAsExteriorThisFrame()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement