[help] Map bug - can fix this?

On my server, in random places, I could see this kind of thing:

Is this normal? Is there a way to fix this?
when we come in this bug we fall into the void before being teleported randomly on the map

Sorry for my bad english and thanks for help :slight_smile:

You need to load some IPL:
https://github.com/Lokiro67/es_freeroam
or


maybe they are others and you can make your own script to do this.

Look at my post on the [Release] Load unloaded IPL’s topic, I added some IPL at the original file to fix these issues.
Post in the topic if you still find some holes :wink:

thanks for the reply, but i have still one hole, look:
https://image.noelshack.com/fichiers/2017/20/1495111988-bug2.png

here:
https://image.noelshack.com/fichiers/2017/20/1495111993-bug3.png

Interesting, I’ll check this place in game and try to find what IPL isn’t loaded.

thanks for your help :slight_smile:

Why i have “RemoveIpl” in map.lua on es_freeroam ?

i delete them ?

1 Like

I had this issue and I found it being client side, I had to go in to task manager and set FiveM as a High priority it the details tab

I tried :wink:
Problem comes from IPLs not loaded by the server.
I’m just trying to find out why there are RemoveIpls in some lines.

IPL are parts of the map that can have differents states (depending of the events in story mod).

For example, closed Simeon’s car showroom and an opened version with working doors.
So RemoveIPL delete previously loaded IPL (wich can be a closed interiors) and it is then replaced with another version via RequestIPL

okay :smiley:
But the Simeon car showroom with a broken window has no other alternatives? (for example: window not broken but opened doors )

Actually it bothers me too :grin:
I haven’t found a glass+doors version ATM.

1 Like

look :confused: :
https://image.noelshack.com/fichiers/2017/20/1495115591-farm.png

FIXED:
add

RequestIpl(“farm”)
RequestIpl(“farmint”)
RequestIpl(“farm_lod”)
RequestIpl(“farm_props”)
RequestIpl(“des_farmhouse”)

anyone know the IPL to put the window back to the simeon showroom ?

You figured out the IPL you needed in your main post?

huhh nope i don’t :confused:

how to find a unloaded IPL ?

I don’t know honestly, I’m searching the web to find missing IPL.
I’ll try to look in the game files.

You think it should be reported to fiveM developers ?

I think they are already well aware that IPLs are missing but I don’t know their policy about it. It may be intentional :confused: (to keep fiveM as ligth as possible maybe)