Not aware of any as of now. If you find one lemme know by tagging me in the comments below and I will try to fix it within this year.
Future
I do plan on moving some of the air bridges as a couple of them get in the way of the aprons. If you have any ideas/suggestions lemme know aswell however the same goes here as the above.
I also plan on removing the jet noises from where the old planes used to be. Managed to remove them however I am crashing when streaming them.
Well done, M8! Keep up the great work! Also, you missed a spot - Them damn props; LOL. Maybe you should do a tutorial on unlinking the lods, and I’ll continue your work!
Yours truly
-Wetter42
What causes it is the script you wrote to do it You say that he should confirm his claims when you are the one that needs to check his code and learn what it does.
Citizen.CreateThread(function()
AirWorker = 1644266841
while true do
Citizen.Wait(10000)
SetPedDensityMultiplierThisFrame(1.0)
SetScenarioPedDensityMultiplierThisFrame(1.0, 1.0)
SetParkedVehicleDensityMultiplierThisFrame(1.0)
SetRandomVehicleDensityMultiplierThisFrame(1.0)
SetVehicleDensityMultiplierThisFrame(1.0)
SetPedModelIsSuppressed(AirWorker, true)
end
end)