📢Cayo Perico

If you purchased Cayo Pack or Guantacayo and players cannot see Cayo Perico, this guide will fix it
If you bought Cayo Pack, Guantacayo, or any MLOs located on Cayo Perico and some players cannot see the island, fall into the void, or have missing collisions/objects, then their Cayo Perico IPLs are not enabled. This guide explains exactly how to fix it for everyone.
1. Understanding the issue
Your MLOs are located on Cayo Perico, but some players:
Don’t see the island
Fall into the water or void
Have missing collisions or objects
This happens because the Cayo Perico IPLs are not loaded client-side. To fix this, your server must:
Force the correct GTA game build (Cayo Perico DLC)
Start a Cayo Perico IPL resource server-side (for example, the one from the official Cfx topic)
Once done, players don’t need to install anything manually.
2. Requirements
Before starting, ensure:
Your server build is recent enough Run in server console:
versionShould be 3324 or higher.
Game build is set to Cayo Perico (2189) or higher Cayo Perico = build 2189 (mpheist4 / h4).
You have a Cayo Perico IPL resource, e.g.: https://forum.cfx.re/t/the-cayo-perico-island-available-for-fivem/1897446
You can also download it here : CayoIPL
3. Step 1 – Enforce the Cayo Perico game build
Add this to your server.cfg:
set sv_enforceGameBuild 2189Or in start arguments:
+set sv_enforceGameBuild 21894. Step 2 – Install the Cayo Perico IPL resource
Download the IPL resource from the Cfx topic. It includes:
fxmanifest.luaScript loading the Cayo IPLs
Place it here:
resources/[maps]/cayo_perico_iplThen in server.cfg:
ensure cayo_perico_ipl5. Step 3 – Start order with your Tebex MLOs
Make sure the IPL loads before your MLOs.
# Game build
set sv_enforceGameBuild 2189
# Cayo island IPLs
ensure cayo_perico_ipl
# Your Tebex Cayo MLOs
ensure tebex_cayo_pack
ensure guantacayo6. Step 4 – Test in-game
Restart your server and join.
Teleport to Cayo Perico:
teleport 4840.571 -5174.425 2.0Check:
Island visible
Collisions working
Interiors loading correctly
Repeat with another player to confirm consistency.
7. Troubleshooting
If some players still don’t see Cayo:
7.1 They must rejoin after enabling the game build
Cayo only loads correctly after:
A full server restart
The player reconnects
7.2 Confirm the IPL resource is running
restart cayo_perico_ipl7.3 Check FiveM updates for players
Ask them to fully close FiveM and reopen it.
7.4 Conflicts with other map mods
Disable other map resources if necessary and test with only:
ensure cayo_perico_ipl
ensure tebex_cayo_pack
ensure guantacayo8. Optional – Dynamic loading (advanced)
Some scripts dynamically enable/disable the island depending on player distance. For stability, strongly recommended setup for Cayo MLOs:
Force game build 2189
Always keep the IPL resource running
9. Summary
To make Cayo Pack, Guantacayo, and other Cayo MLOs work for all players:
Set
sv_enforceGameBuild 2189Install and
ensurethe Cayo Perico IPL resourceStart it before your MLOs
Restart the server and have players reconnect
Once done, all players will see the island correctly and your Cayo interiors will load without issues.
Last updated