Skip to main content

Unlocking the Map


By default, several prominent buildings and zones in Grand Theft Auto V are “empty” or invisible to FiveM clients. This is because the engine relies on Item Placement (IPL) requests to load interior shells. To use these locations for heists, roleplay, or social hubs, you must explicitly tell the server to stream these loaders.
Reading TimeDifficultyLast Updated
5 minutesBeginnerJanuary 2026

The most popular way to manage interiors is the Bob74_IPL resource. It provides a comprehensive suite for toggling office furniture, hospital setups, and even different variants of the Casino.
  1. Download Bob74_IPL and place it in your /resources/ folder.
  2. Add ensure Bob74_IPL to your server.cfg.
  3. Customization: You can modify the dlc_ipl scripts inside the resource to change textures (e.g., swapping a clean hospital for a bloody “horror” version).

2. Common IPL Names

If you are a developer, you can also load these manually in a client-side script:
InteriorIPL Command
Jewel StoreRequestIpl("post_hiest_unload")
FIB BuildingRequestIpl("FIB_01")
Lester’s FactoryRequestIpl("v_lestersoft_milo_")
Cayo PericoRequestIpl("h4_islandx_terrain_01")

Falling Through the Map?

If a player enters a building (like the Pillbox Hill Hospital) and falls through a white/gray void, it means the Collision data was not loaded by an IPL resource. Installing an IPL loader like Bob74_IPL or a custom interior script will resolve this issue instantly.

Support Channels

If you need assistance or have any questions, please contact our support team:

First Month Discount

Use code KB20 at checkout to get 20% off your first month of hosting!

Last Updated: January 2026 | FiveM: Interiors unlocked.