97 lines
1.6 KiB
Lua
97 lines
1.6 KiB
Lua
fx_version 'cerulean'
|
|
games { 'gta5' }
|
|
|
|
name "Cayo Perico Loader/Unloader"
|
|
author "TayMcKenzieNZ"
|
|
version "4.1.7"
|
|
description "Spawns the island into freeroam without requiring a hopper"
|
|
url "https://forum.cfx.re/t/releases-free-cayo-perico-improvements-freeroam-4-1-6/1944991"
|
|
|
|
|
|
-- Server build must be on 3324 or higher, however FiveM and myself recommend that you update the server build to the LATEST RECOMMENDED at least once a month
|
|
|
|
-- Server MUST be on gamebuild 2189 or higher for this resource to run sucessfully
|
|
|
|
this_is_a_map 'yes'
|
|
|
|
data_file 'h4_dlc_int_03_h4' 'stream/ytyp/h4_dlc_int_03_h4.ytyp'
|
|
data_file 'h4_dlc_int_04_h4' 'stream/ytyp/h4_dlc_int_04_h4.ytyp'
|
|
data_file 'h4_mph4_airstrip_interior_0_airstrip_hanger' 'stream/ytyp/h4_mph4_airstrip_interior_0_airstrip_hanger.ytyp'
|
|
|
|
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
'scripts/cayo_perico_entitysets.lua', -- Responsible for spawning in heist props in El Rubio's Mansion safe. You can use this file to change the prop that appears.
|
|
'scripts/cp_config.lua', -- Both Islands visible in game, however opposite island gets concealed (ENABLED BY DEFAULT, Island hangar won't work otherwise)
|
|
'scripts/zones.lua', -- Displays all map zones, fixing the "bug" of showing North Yankton, and instead showing Cayo Perico
|
|
'scripts/main_peds.lua', -- Don't touch
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
--- ---
|
|
--- THIS IS A FREE RESOURCE PROVIDED TO CFXE FORUMS FOR FIVEM USAGE ---
|
|
--- DO NOT REUPLOAD OR MODIFY WITHOUT MY PERMISSION
|
|
--- YOU CAN COMMENT OUT PEDS AND TELEPORTERS IF YOU WISH TO ---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|