SetBigmapActive
DocsSetBigmapActive(toggleBigMap, showFullMap)Description
Toggles the big minimap state like in GTA:Online.
To get the current state of the minimap, use <code>IS_BIGMAP_ACTIVE</code>.
Parameters
| Name | Type | Description |
|---|---|---|
toggleBigMap | BOOL | Enable or disable the expanded minimap. |
showFullMap | BOOL | Enable or disable the full map from being shown on the minimap, requires p0 to be true. |
Returns
voidThis native does not return a value.