Native referenceFiveM

SET_ISLAND_ENABLED

0x9A9D1BA639675CF1 STREAMING
FUNCTION SIGNATURE
void SET_ISLAND_ENABLED(char* islandName, BOOL toggle);
Property Value
Native Name SET_ISLAND_ENABLED
Hash 0x9A9D1BA639675CF1
Return Type void
Parameters islandName (char*), toggle (BOOL)

Description: Enables the specified island. For more information, see islandhopper.meta

NativeDB Introduced: v2189

Parameters

  • islandName (char*) — The name of the island to be enabled or disabled.
  • toggle (BOOL) — A boolean value where true enables the island and false disables it.
Back to STREAMING