How can I add in a MLO casino? I have the MLO in my maps folder. But the GTAV casino is colliding with it, and putting colisions around. DO I have to put my game build all the way to base fivem? Or is there another way for me to add this MLO in without putting it to build 1604?
bob74_ipl/dlc_casino at master · Bob74/bob74_ipl · GitHub Maybe I’m confused, but is this what you need?
No I have this file in my server. Issue is I am trying to add in a custom MLO casino. And the normal casino is adding collisions. I need to find a way to remove the normal GTA online casino in order my mlo to function. And I have had no luck.
Remove Base Casino IPL
Go into bob74_ipl and to client.lua
Go to line 140 and you should see this
-- ====================================================================
-- =------------------- [DLC: Diamond Casino Resort] -----------------=
-- ====================================================================
if GetGameBuildNumber() >= 2060 then
DiamondCasino.LoadDefault() -- 1100.000, 220.000, -50.000
DiamondPenthouse.LoadDefault() -- 976.636, 70.295, 115.164
end
Just comment it out like so
-- ====================================================================
-- =------------------- [DLC: Diamond Casino Resort] -----------------=
-- ====================================================================
--[[ if GetGameBuildNumber() >= 2060 then
DiamondCasino.LoadDefault() -- 1100.000, 220.000, -50.000
DiamondPenthouse.LoadDefault() -- 976.636, 70.295, 115.164
end ]]
Next go to bob74_ipl fxmanifest and comment out line 109 and 108
--[[ -- DLC Diamond Casino (Requires forced build 2060 or higher)
, "dlc_casino/casino.lua"
, "dlc_casino/penthouse.lua" ]]
This should work
ps: I didn't test this so best of luck.
Let me know if it works!
Ruptz
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.