6・❗ About BUGS ❗ Airplane flying in circle, Airplane/ped didn't spawn etc
Last updated
Last updated
We found that some maps are using heightmap.dat. This file is used to define the altitude of the GTA V map. (Mapping with water can use this file) So it mess with our Airplane script, since NPC (AI) cannot fly properly (Fly in circle) BUT only if the file isn't made correctly.
This bug will happen in all AI scripts (script who use planes). Same for all default AI from GTAV. (like Police's helicopter)
We found this bug on NTeam - LS river, but they only forget to declare the heightmap.dat inside their fxmanifest.lua
You can add it and it will correct the issue.
This bug is on Liberty City map too. Unfortunatly, we cannot do anything against that. You should contact the creator of the map to ask him. He need to make a proper heightmap.dat. Do not forget that this script isn't made for Liberty City map btw, since it's agaisnt new CFX's TOS.
This bug WAS on the Unicorn mapping from Fiv3Devs. They corrected this problem so please, download their update on your keymaster account and replace the old mapping folder.
You will probably find this bug on other maps. On many mapping where i find this issue, i only replace by the default heightmap.dat from GTAV, and it was fixed for our script, and the water was working fine. We aren't mapper so you should contact the mapper to fix this problem, it's pretty important.
The problem is your anti-cheat or any script who can blacklist a vehicle / a ped.
Do not forget to unblacklist or whitelist the plane / the ped inside your script.
You can find all the name of the plane/ped that we used in [Pata_Airflight]\Pata_Airflight\config\AirportData
It's probably a corrupted download. Please, donwload the file again on your keymaster account and be sure you use WINSCP instead of filezila to transfer your file to your server. (Filezila mess with the esscrow system)
Make sure you are the owner of the CFX patreon key and have the file on your Keymaster account. (Obviously, you need to download the file from your keymaster account) Don't forget to restart your server.
Your server artifacts are outdated. Update your server to version 5181 or above. More information here: https://forum.cfx.re/t/introducing-asset-escrow-for-your-resources/4777151
You need to know that this issue is not from our side. We are trying our best to fix that, but we aren't magicians, and cannot correct all the worries of others.
You can ask to the mapper to fix this problem by making a proper heightmap.dat file, with the right altitude for the exact location of their mapping , and not a file with 00/ff
everywhere.