Invisible objects in front of casino doors

This doors were working fine about 1 month ago. But recently there are some invisible objects in front of the entrance of casino.

Due to this, we cannot use any walk-in MLOs for casino.

Video of repro : 2021-04-10 23-13-37

Solution that I found that partially fix this :

when I enable build 2060, (+set sv_enforceGameBuild 2060) the invisible objects gets fixed but some of the other scripts working on prod game build breaks. (I do not request any IPLs related to casino)

This was totally working on prod and canary 1 month ago. If you need any more information let me know.

2 Likes

How about saying which resource you’re using with “doors”?

I am not using any resource related to doors.

I tried this on empty server, as well as an ESX server. The results are the same.

If you don’t have MLO in place, even then if you try to walk in front of casino, it makes your character go on a prop which is not visible.

OK, yet you’re saying:


Anyway, try the canary build that should be done in 15 minutes from this posting.

I just tried it and still the issue exists. 2021-04-18 02-42-35

First 3 seconds see my legs are on some prop that is not visible. This also happens without any MLOs or blank server.

When enabling 2060 version

I’m unable to replicate this with The Diamond Casino Enterable MLO even on 2189 - are you using a different one or what’re you doing to break it?

I use DLC IPLs now so I don’t need this fix anymore.

And yes I was probably using different one which is paid by a creator that is why this was happening.

can you share the linn please?

Im having the same issue, did anyone get a fix for this?

Nobody ‘got a fix’ because nobody provided info or repro steps.

Enable version 2060 or 2189 by adding :

+set sv_enforceGameBuild 2189 or +set sv_enforceGameBuild 2060

to your launcher or additional arguments in your TxAdmin.

Then add the below code to anyone of your client files in any script :

Citizen.CreateThread(function()
    RequestAllIpls()
end)

function RequestAllIpls()
    RequestIpl("vw_casino_main");
    RequestIpl("vw_casino_carpark");
    RequestIpl("vw_casino_garage");
    RequestIpl("vw_casino_penthouse");
    RequestIpl("hei_dlc_casino_aircon");
    RequestIpl("hei_dlc_casino_aircon_lod");
    RequestIpl("hei_dlc_casino_door");
    RequestIpl("hei_dlc_casino_door_lod");
    RequestIpl("hei_dlc_vw_roofdoors_locked");
    RequestIpl("hei_dlc_windows_casino");
    RequestIpl("hei_dlc_windows_casino_lod");
    RequestIpl("vw_ch3_additions");
    RequestIpl("vw_ch3_additions_long_0");
    RequestIpl("vw_ch3_additions_strm_0");
    RequestIpl("vw_dlc_casino_door");
    RequestIpl("vw_dlc_casino_door_lod");
    RequestIpl("vw_casino_billboard");
    RequestIpl("vw_casino_billboard_lod(1)");
    RequestIpl("vw_casino_billboard_lod");
    RequestIpl("vw_int_placement_vw");
    RequestIpl("vw_dlc_casino_apart");    
end

You need to make a Teleport yourself. The entrance coords are “vector3(1089.6083984375,206.60050964355,-48.999725341797)”
and the exit coords “vector3(931.47,44.0,81.1)”.

You should not have any casino MLO in your server. Make sure you clear cache before restart.

@Rydog_Elite @kurl4n

2 Likes

does this solved the insible objects?or do i need to remove the casino?

merge ur casino files
and upload to client lua to ipl loader