Bug floor (simeon garage)

Hello, here I wanted to install FiveM is I encounter a worry at the simeon garage, there is no floor? I specify that I have no script, just fivem alone without any modification.

Do you have any idea of the problem? Thank you for your help.

Gyazo

== Google translation ==

Edit :
I finally find the solution by installing the garage … Thanks anyway :slight_smile:

Https://forum.fivem.net/t/release-garages-v2-1-17-04-17-updated/13066

I had the same problem and fixed it by adding at the end of vehshop.lua :

[quote]local firstspawn = 0
AddEventHandler(‘playerSpawned’, function(spawn)
if firstspawn == 0 then
RemoveIpl(‘v_carshowroom’)
RemoveIpl(‘shutter_open’)
RemoveIpl(‘shutter_closed’)
RemoveIpl(‘shr_int’)
RemoveIpl(‘csr_inMission’)
RequestIpl(‘v_carshowroom’)
RequestIpl(‘shr_int’)
–RequestIpl(‘csr_inMission’)
RequestIpl(‘shutter_closed’)
firstspawn = 1
end
end)[/quote]

Problem was fixed except yesterday , the garage is double, some door are under others, I can see door open but some door at the same position are closed and I can’t enter into the garage, like their are 2 garages under each other, one with door opened and other garage with door locked.