[RELEASE] v2: Fix holes and customize the map

Unfortunately, only the fake one and the destroyed version exists in the game.

This script loads the fake interior by default.

Darn, okay. Can’t really find a public resource for one that works. Thanks anyway!

i think it because i login when i near planting weed mod i think … i will try without bob_ipl :slight_smile:

So, you’re character is near the Port of Los Santos when logging? (the different farms are under the port)
I will try to change my spawn location to set it at the port and see if I’m crashing :wink:

Hello @Bob_74 , i’ve been trying to setup the meth lab since yesterday but i keep ending with this result :

For some reasons it seems the props are not loading properly.
Any idea how to fix this please ?

Actually there is one.

If you will follow everything accordingly, you will be able to make this work.
Its working fine in my server.

Cheers!

Hi!

Did you create your own resource to interact with bob74_ipl?
Can you show me your code?

Hi @Bob_74 We are doing alot of party’s on the big Yacht. Is there a way to make the spa’s to work to have some water in them or the one in the front open with water in them ?

Hi, there are no water available for the heist or gunrunning yachts as far as I know.
BUT! You can add fake moving water by spawning this prop: apa_mp_apa_yacht_jacuzzi_ripple1 (it looks pretty good actually)

Awsome, I will try this. Thx for the tip. Do I add this prop on the Yacht.lua ?

when i use PillboxHospital , everytime reconnect to server , fivem always crashed by vermont-gee-summer (GTA5+15933F2) , how to fix it

and disconnect from server will get this error on console , it will take any problem ?20190624140148_1|690x388
20190624140213_1|690x388

Where does the file ReleaseNamedRendertarget.lua comes from?

Nope . my server don’t have this file

Then it might be a file from FiveM but I don’t really get why it is used.

Are your server files up to date + cache cleared (clear FiveM client and Server)?

Yes , i did , but disable PillboxHospital reconnect server won’t get crash and console still show this error

I keep falling through the ground when I load in whilst in the police station - any ideas?

Don’t replace all the textures in the police station with the streamed ones.
If its the one I’m thinking of… :thinking:

Yeah I removed all my additional police ymaps and it seems to be fixed.


Why are the doors like this?

beacause there are the originals door and de maps door,

you need put in bob74_ipl/client.lua

( into [Citizen.CreateThread(function()] )

RemoveIpl(“rc12b_default”)
RequestIpl(“rc12b_hospitalinterior”)

(like this)

Citizen.CreateThread(function()
    -- ====================================================================
    -- =--------------------- [GTA V: Single player] ---------------------=
    -- ====================================================================
	RemoveIpl("rc12b_default")
	RequestIpl("rc12b_hospitalinterior")
    -- Michael: -802.311, 175.056, 72.8446
    Michael.LoadDefault()

    -- Simeon: -47.16170 -1115.3327 26.5
    Simeon.LoadDefault()

    -- Franklin's aunt: -9.96562, -1438.54, 31.1015
    FranklinAunt.LoadDefault()
	
	-- Franklin
    Franklin.LoadDefault()
		
	--Floyd: -1150.703, -1520.713, 10.633
    Floyd.LoadDefault()
	
    -- Trevor: 1985.48132, 3828.76757, 32.5
    TrevorsTrailer.LoadDefault()

    -- Other
    Ammunations.LoadDefault()
    LesterFactory.LoadDefault()
    StripClub.LoadDefault()

    Graffitis.Enable(true)

    -- Zancudo Gates (GTAO like): -1600.30100000, 2806.73100000, 18.79683000
    ZancudoGates.LoadDefault()

    -- UFO
    UFO.Hippie.Enable(false)    -- 2490.47729, 3774.84351, 2414.035
    UFO.Chiliad.Enable(false)   -- 501.52880000, 5593.86500000, 796.23250000
    UFO.Zancudo.Enable(false)   -- -2051.99463, 3237.05835, 1456.97021
    
    -- Red Carpet: 300.5927, 199.7589, 104.3776
    RedCarpet.Enable(false)
    
    -- North Yankton: 3217.697, -4834.826, 111.8152
    NorthYankton.Enable(false)

    -- ====================================================================
    -- =-------------------------- [GTA Online] --------------------------=
    -- ====================================================================
    GTAOApartmentHi1.LoadDefault()      -- -35.31277 -580.4199 88.71221 (4 Integrity Way, Apt 30)
    GTAOApartmentHi2.LoadDefault()      -- -1477.14 -538.7499 55.5264 (Dell Perro Heights, Apt 7)
    GTAOHouseHi1.LoadDefault()          -- -169.286 486.4938 137.4436 (3655 Wild Oats Drive)
    GTAOHouseHi2.LoadDefault()          -- 340.9412 437.1798 149.3925 (2044 North Conker Avenue)
    GTAOHouseHi3.LoadDefault()          -- 373.023 416.105 145.7006 (2045 North Conker Avenue)
    GTAOHouseHi4.LoadDefault()          -- -676.127 588.612 145.1698 (2862 Hillcrest Avenue)
    GTAOHouseHi5.LoadDefault()          -- -763.107 615.906 144.1401 (2868 Hillcrest Avenue)
    GTAOHouseHi6.LoadDefault()          -- -857.798 682.563 152.6529 (2874 Hillcrest Avenue)
    GTAOHouseHi7.LoadDefault()          -- 120.5 549.952 184.097 (2677 Whispymound Drive)
    GTAOHouseHi8.LoadDefault()          -- -1288 440.748 97.69459 (2133 Mad Wayne Thunder)
    GTAOHouseMid1.LoadDefault()         -- 347.2686 -999.2955 -99.19622
    GTAOHouseLow1.LoadDefault()         -- 261.4586 -998.8196 -99.00863

    -- ====================================================================
    -- =------------------------ [DLC: High life] ------------------------=
    -- ====================================================================
    HLApartment1.LoadDefault()          -- -1468.14 -541.815 73.4442 (Dell Perro Heights, Apt 4)
    HLApartment2.LoadDefault()          -- -915.811 -379.432 113.6748 (Richard Majestic, Apt 2)
    HLApartment3.LoadDefault()          -- -614.86 40.6783 97.60007 (Tinsel Towers, Apt 42)
    HLApartment4.LoadDefault()          -- -773.407 341.766 211.397 (EclipseTowers, Apt 3)
    HLApartment5.LoadDefault()          -- -18.07856 -583.6725 79.46569 (4 Integrity Way, Apt 28)
    HLApartment6.LoadDefault()          -- -609.56690000 51.28212000 -183.98080

    -- ====================================================================
    -- =-------------------------- [DLC: Heists] -------------------------=
    -- ====================================================================
    HeistCarrier.Enable(true)   -- 3082.3117, -4717.1191, 15.2622
    HeistYacht.Enable(true)     -- -2043.974,-1031.582, 11.981

    -- ====================================================================
    -- =--------------- [DLC: Executives & Other Criminals] --------------=
    -- ====================================================================
    ExecApartment1.LoadDefault()    -- -787.7805 334.9232 215.8384 (EclipseTowers, Penthouse Suite 1)
    ExecApartment2.LoadDefault()    -- -773.2258 322.8252 194.8862 (EclipseTowers, Penthouse Suite 2)
    ExecApartment3.LoadDefault()    -- -787.7805 334.9232 186.1134 (EclipseTowers, Penthouse Suite 3)
    
    -- ====================================================================
    -- =-------------------- [DLC: Finance  & Felony] --------------------=
    -- ====================================================================
    FinanceOffice1.LoadDefault()    -- -141.1987, -620.913, 168.8205 (Arcadius Business Centre)
    FinanceOffice2.LoadDefault()    -- -75.8466, -826.9893, 243.3859 (Maze Bank Building)
    FinanceOffice3.LoadDefault()    -- -1579.756, -565.0661, 108.523 (Lom Bank)
    FinanceOffice4.LoadDefault()    -- -1392.667, -480.4736, 72.04217 (Maze Bank West)

    -- ====================================================================
    -- =-------------------------- [DLC: Bikers] -------------------------=
    -- ====================================================================
    BikerCocaine.LoadDefault()	        -- Cocaine lockup: 1093.6, -3196.6, -38.99841
    BikerCounterfeit.LoadDefault()      -- Counterfeit cash factory: 1121.897, -3195.338, -40.4025
    BikerDocumentForgery.LoadDefault()  -- Document forgery: 1165, -3196.6, -39.01306
    BikerMethLab.LoadDefault()          -- Meth lab: 1009.5, -3196.6, -38.99682
    BikerWeedFarm.LoadDefault()         -- Weed farm: 1051.491, -3196.536, -39.14842
    BikerClubhouse1.LoadDefault()       -- 1107.04, -3157.399, -37.51859
    BikerClubhouse2.LoadDefault()       -- 998.4809, -3164.711, -38.90733

    -- ====================================================================
    -- =---------------------- [DLC: Import/Export] ----------------------=
    -- ====================================================================
    ImportCEOGarage1.LoadDefault()             -- Arcadius Business Centre
    ImportCEOGarage2.LoadDefault()             -- Maze Bank Building               /!\ Do not load parts Garage1, Garage2 and Garage3 at the same time (overlaping issues)
    ImportCEOGarage3.LoadDefault()             -- Lom Bank                         /!\ Do not load parts Garage1, Garage2 and Garage3 at the same time (overlaping issues)
    ImportCEOGarage4.LoadDefault()             -- Maze Bank West                   /!\ Do not load parts Garage1, Garage2 and Garage3 at the same time (overlaping issues)
    ImportVehicleWarehouse.LoadDefault()       -- Vehicle warehouse: 994.5925, -3002.594, -39.64699

    -- ====================================================================
    -- =------------------------ [DLC: Gunrunning] -----------------------=
    -- ====================================================================
    GunrunningBunker.LoadDefault()  -- 892.6384, -3245.8664, -98.2645
    GunrunningYacht.Enable(true)    -- -1363.724, 6734.108, 2.44598
    
    -- ====================================================================
    -- =---------------------- [DLC: Smuggler's Run] ---------------------=
    -- ====================================================================
    SmugglerHangar.LoadDefault()    -- -1267.0 -3013.135 -49.5

    -- ====================================================================
    -- =-------------------- [DLC: The Doomsday Heist] -------------------=
    -- ====================================================================
    DoomsdayFacility.LoadDefault()

    -- ====================================================================
    -- =----------------------- [DLC: After Hours] -----------------------=
    -- ====================================================================
    AfterHoursNightclubs.LoadDefault()          -- -1604.664, -3012.583, -78.000

end)