Skip to content

Instantly share code, notes, and snippets.

@Local9
Last active January 10, 2023 23:21
Show Gist options
  • Save Local9/d4555016755e61990aaa07126857275e to your computer and use it in GitHub Desktop.
Save Local9/d4555016755e61990aaa07126857275e to your computer and use it in GitHub Desktop.
SetToggleMinimapHeistIsland(true) -- Range check to enable/disable
LoadGlobalWaterType(1) -- Range check to enable/disable
SetAiGlobalPathNodesType(1) -- Range check to enable/disable (if changed too close to the island will crash
SetScenarioGroupEnabled("Heist_Island_Peds", true)
RequestIpl("h4_islandx_disc_StrandedWhale")
RequestIpl("h4_islandx_disc_StrandedShark")
RequestIpl("h4_islandairstrip")
RequestIpl("h4_islandairstrip_props")
RequestIpl("h4_islandx_mansion")
RequestIpl("h4_islandx_mansion_props")
RequestIpl("h4_islandx_props")
RequestIpl("h4_islandxdock")
RequestIpl("h4_islandxdock_props")
RequestIpl("h4_islandxdock_props_2")
RequestIpl("h4_islandxtower")
RequestIpl("h4_islandx_maindock")
RequestIpl("h4_islandx_maindock_props")
RequestIpl("h4_islandx_maindock_props_2")
RequestIpl("h4_IslandX_Mansion_Vault")
RequestIpl("h4_islandairstrip_propsb")
RequestIpl("h4_beach")
RequestIpl("h4_beach_props")
RequestIpl("h4_beach_bar_props")
RequestIpl("h4_islandx_barrack_props")
RequestIpl("h4_islandx_checkpoint")
RequestIpl("h4_islandx_checkpoint_props")
RequestIpl("h4_islandx_Mansion_Office")
RequestIpl("h4_islandx_Mansion_LockUp_01")
RequestIpl("h4_islandx_Mansion_LockUp_02")
RequestIpl("h4_islandx_Mansion_LockUp_03")
RequestIpl("h4_islandairstrip_hangar_props")
RequestIpl("h4_IslandX_Mansion_B")
RequestIpl("h4_islandairstrip_doorsclosed")
RequestIpl("h4_Underwater_Gate_Closed")
RequestIpl("h4_mansion_gate_closed")
RequestIpl("h4_aa_guns")
RequestIpl("h4_IslandX_Mansion_GuardFence")
RequestIpl("h4_IslandX_Mansion_Entrance_Fence")
RequestIpl("h4_IslandX_Mansion_B_Side_Fence")
RequestIpl("h4_IslandX_Mansion_Lights")
RequestIpl("h4_islandxcanal_props")
RequestIpl("h4_beach_props_party")
RequestIpl("h4_islandX_Terrain_props_06_a")
RequestIpl("h4_islandX_Terrain_props_06_b")
RequestIpl("h4_islandX_Terrain_props_06_c")
RequestIpl("h4_islandX_Terrain_props_05_a")
RequestIpl("h4_islandX_Terrain_props_05_b")
RequestIpl("h4_islandX_Terrain_props_05_c")
RequestIpl("h4_islandX_Terrain_props_05_d")
RequestIpl("h4_islandX_Terrain_props_05_e")
RequestIpl("h4_islandX_Terrain_props_05_f")
RequestIpl("H4_islandx_terrain_01")
RequestIpl("H4_islandx_terrain_02")
RequestIpl("H4_islandx_terrain_03")
RequestIpl("H4_islandx_terrain_04")
RequestIpl("H4_islandx_terrain_05")
RequestIpl("H4_islandx_terrain_06")
RequestIpl("h4_ne_ipl_00")
RequestIpl("h4_ne_ipl_01")
RequestIpl("h4_ne_ipl_02")
RequestIpl("h4_ne_ipl_03")
RequestIpl("h4_ne_ipl_04")
RequestIpl("h4_ne_ipl_05")
RequestIpl("h4_ne_ipl_06")
RequestIpl("h4_ne_ipl_07")
RequestIpl("h4_ne_ipl_08")
RequestIpl("h4_ne_ipl_09")
RequestIpl("h4_nw_ipl_00")
RequestIpl("h4_nw_ipl_01")
RequestIpl("h4_nw_ipl_02")
RequestIpl("h4_nw_ipl_03")
RequestIpl("h4_nw_ipl_04")
RequestIpl("h4_nw_ipl_05")
RequestIpl("h4_nw_ipl_06")
RequestIpl("h4_nw_ipl_07")
RequestIpl("h4_nw_ipl_08")
RequestIpl("h4_nw_ipl_09")
RequestIpl("h4_se_ipl_00")
RequestIpl("h4_se_ipl_01")
RequestIpl("h4_se_ipl_02")
RequestIpl("h4_se_ipl_03")
RequestIpl("h4_se_ipl_04")
RequestIpl("h4_se_ipl_05")
RequestIpl("h4_se_ipl_06")
RequestIpl("h4_se_ipl_07")
RequestIpl("h4_se_ipl_08")
RequestIpl("h4_se_ipl_09")
RequestIpl("h4_sw_ipl_00")
RequestIpl("h4_sw_ipl_01")
RequestIpl("h4_sw_ipl_02")
RequestIpl("h4_sw_ipl_03")
RequestIpl("h4_sw_ipl_04")
RequestIpl("h4_sw_ipl_05")
RequestIpl("h4_sw_ipl_06")
RequestIpl("h4_sw_ipl_07")
RequestIpl("h4_sw_ipl_08")
RequestIpl("h4_sw_ipl_09")
RequestIpl("h4_islandx_mansion")
RequestIpl("h4_islandxtower_veg")
RequestIpl("h4_islandx_sea_mines")
RequestIpl("h4_islandx")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment