Jump to content

Recommended Posts

Posted

Hi guys,

I'm trying to put a ymap in place where the Pillbox interior is. I remove all Pillbox IPL's:

    mp.world.removeIpl("rc12b_destroyed");
     mp.world.removeIpl("rc12b_default");
     mp.world.removeIpl("rc12b_destroyed");
     mp.world.removeIpl("rc12b_default");
     mp.world.removeIpl("RC12B_Fixed");
    mp.world.removeIpl("RC12B_HospitalInterior_lod");

And put the 2 ymaps (Found here, I also tried another set of .ymaps from here) in the client_packages/game_resources/dlcpacks/hospitalmap/dlc.rpf which is a clean rpf file with only the ymaps in it.

However, when I go in game the map doesn't show up and the interior is just empty, you can fall through the ground aswell.

 

I also tried to load some ipl's. According to the creator (but then obviously converted to RageMP syntax):

  RequestIpl("rc12b_default")
  RemoveIpl("rc12b_default")
  RequestIpl("rc12b_destroyed")
  RemoveIpl("rc12b_destroyed")
  RequestIpl("rc12b_hospitalinterior")

 

Nothing shows. All I want is to open them damn doors :D

 

Any help is appreciated. I'm trying to learn how to mod/map for a server but I'm pretty much struggling for days now.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...