
FiveM Sunucunuzda Cayo Perico Nasıl Etkinleştirilir
FiveM sunucunuzda Cayo Perico'yu etkinleştirmek, oyuncularınızın keşfetmesi için yeni bir ada ekleyerek oyun deneyimini geliştirebilir. İşte Cayo Perico'yu sunucunuzda çalışır hale getirmek için basit, adım adım bir kılavuz.
İçerik
FiveM Sunucusunda Cayo Perico Nasıl Etkinleştirilir
Toplam zaman: 15 dakika
Adım 1: Doğru Sunucu Yapısını Sağlayın
u003cstrongu003eCheck Your Server Buildu003c/strongu003eu003cbru003eMake sure your server is running build 3324 or higher. You can check your current server build by running the u003ccodeu003eversionu003c/codeu003e command in your server console.u003cbru003eu003cstrongu003eUpdate Server Buildu003c/strongu003eu003cbru003eIf necessary, u003ca href=u0022https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/u0022 target=u0022_blanku0022 rel=u0022noreferrer noopeneru0022u003eupdate your server build to 3324 or higheru003c/au003e. This is essential for enabling Cayo Perico.
Adım 2: Sunucu Yapılandırmasını Değiştirin
u003cstrongu003eOpen Server Configurationu003c/strongu003eu003cbru003eLocate and open your u003ccodeu003eserver.cfgu003c/codeu003e file. This file contains your server’s configuration settings.u003cbru003eu003cbru003eu003cstrongu003eSet Game Buildu003c/strongu003eu003cbru003eAdd the following line to your u003ccodeu003eserver.cfgu003c/codeu003e file:u003cbru003eu003ccodeu003eset sv_enforceGameBuild 2189u003c/codeu003eu003cbru003eAlternatively, you can add this to your server launch parameters:u003cbru003eu003ccodeu003e+set sv_enforceGameBuild 2189u003c/codeu003e
Adım 3: Cayo Perico Komut Dosyasını İndirin
u003cstrongu003eDownload the Scriptu003c/strongu003e – Download the u003ccodeu003eHeistIsland_island_load.luau003c/codeu003e script from the u003ca href=u0022https://github.com/bdebruyn02/HeistIslandu0022 target=u0022_blanku0022 rel=u0022noreferrer noopeneru0022u003eGitHub repositoryu003c/au003e:u003cbru003eu003ca href=u0022https://github.com/bdebruyn02/HeistIsland/archive/refs/heads/main.zipu0022 target=u0022_blanku0022 rel=u0022noreferrer noopeneru0022u003eClick here to download as .zipu003c/au003e
Step 4: u003cstrongu003eAdd Script to Resourcesu003c/strongu003e
u003cstrongu003eAdd Script to Resourcesu003c/strongu003eu003cbru003eu003cbru003ePlace the downloaded u003ccodeu003eHeistIsland_island_load.luau003c/codeu003e script into your server’s resources folder.
Step 5: u003cstrongu003eUpdate Server Configurationu003c/strongu003e
Add the following line to your u003ccodeu003eserver.cfgu003c/codeu003e to ensure the script runs:u003cbru003eu003ccodeu003eensure HeistIslandu003c/codeu003e
u003cstrongu003eLast Step: Restart Your Serveru003c/strongu003e
Sadece FiveM sunucunuzu yeniden başlatın
Tedarik:
- FiveM Server Build 3324 or Higher – Ensure your FiveM server is running the required build.nServer Configuration File (server.cfg) – The configuration file where you will add the necessary settings.nAccess to Server Files – You need the necessary permissions to modify server files and upload new scripts.
Aletler:
- Text Editor – For editing the server configuration files (server.cfg). Examples include Notepad++, Sublime Text, or Visual Studio Code.nFTP Client – For uploading files to your server if it’s hosted remotely. Examples include FileZilla or WinSCP.nServer Console Access – To run commands and restart the server.
Malzemeler: HeistIsland Komut Dosyası – Sunucunuzda Cayo Perico'yu etkinleştiren HeistIsland_island_load.lua komut dosyası. GitHub deposundan indirilebilir.
Cayo Perico Senaryosu
Komut Dosyasını İndirin – İndirin HeistIsland_ada_yükleme.lua senaryodan GitHub deposu:
Cayo Script Alternatifi
yerel islandVec = vector3(4840.571, -5174.425, 2.0) Citizen.CreateThread(function() while true do local pCoords = GetEntityCoords(GetPlayerPed(-1)) local distance1 = #(pCoords - islandVec) if distance1 < 2000.0 then Citizen.InvokeNative("0x9A9D1BA639675CF1", "HeistIsland", true) -- haritayı yükler ve şehri kaldırır Citizen.InvokeNative("0x5E1460624D194A38", true) -- mini harita/duraklatma haritasını yükler ve şehir mini harita/duraklatma haritasını kaldırır else Citizen.InvokeNative("0x9A9D1BA639675CF1", "HeistIsland", false) Citizen.InvokeNative("0x5E1460624D194A38", false) sonu Citizen.Wait(5000) sonu sonu)
Bu adımları takip ederek Cayo Perico'yu FiveM sunucunuzda etkinleştirebilir ve oyuncularınıza keşfedebilecekleri yeni ve heyecan verici bir alan sunabilirsiniz.
Practical checklist
Use this guide as a staging checklist before changing a live FiveM server. Confirm the current server artifact version, framework version, resource dependencies, database changes, and any client-side files before you apply the change.
- Back up the affected configuration files and database tables.
- Apply the change on a test server first.
- Watch the server console and client F8 console for errors.
- Check whether the change affects jobs, inventory, vehicles, maps, voice, permissions, or player data.
- Document the exact file, command, or setting you changed so it can be reverted quickly.
Testing before production
After the first test, join with a normal player account and repeat the flow from the player perspective. If the topic involves performance, measure before and after with the same player count, route, and resource set. If it involves admin tools or permissions, verify both allowed and denied users.
Yaygın hatalar
Most FiveM issues come from missing dependencies, stale cache, wrong folder names, framework mismatch, or configuration copied from another server. Avoid changing multiple systems at once; make one change, test it, and then continue.
Related resources
For production-ready assets, compare paid resources in the FiveMX shop. For free resources, browse free FiveM scripts and test each resource before using it publicly.
Production rollout notes
Before using this guidance on a live FiveM server, define the exact outcome you expect from the change. For How to Enable Cayo Perico on Your FiveM Server, that means checking which resource, setting, command, or workflow is affected and confirming that the change fits your current framework, artifact version, and server rules. Keep the rollout small enough that you can reverse it quickly if players report errors.
Use a staging server with the same framework, database schema, resource order, and key dependencies as production. If the topic changes gameplay, permissions, visuals, voice, vehicles, maps, inventory, or economy behavior, test with at least one admin account and one normal player account. Watch server console output, client F8 logs, and resource timing while repeating the exact player flow that will happen on the live server.
Rollback checklist
- Save the previous configuration file, resource folder, and database state before changing anything.
- Record the resource version, commit, download page, or setting value you tested.
- Restart only the affected resource first when possible, then restart the full server if dependencies require it.
- If errors appear, revert the single changed resource or setting before testing another fix.
Maintenance guidance
Review this setup again after FiveM artifact updates, framework updates, or major resource changes. A configuration that works today can break after dependency updates, renamed exports, changed events, or database migrations. Keep notes with your server documentation so future admins understand what was changed, why it was changed, and how to verify it again.
Ongoing review
Recheck How to Enable Cayo Perico on Your FiveM Server after major FiveM artifact updates, framework changes, or resource migrations. Confirm that the advice still matches current server behavior, that any linked source remains available, and that installation steps still match the files a server owner will actually download or configure.
For public servers, keep a short changelog beside your server documentation. Note what was tested, what changed, which accounts were used for verification, and how to roll back. This makes future maintenance faster and prevents old setup notes from becoming unclear or unsafe for players.






