Skip to content

Commit

Permalink
Update SetMinimapComponent.md
Browse files Browse the repository at this point in the history
Slight corrections to the markdown, moved hud colors to parameters section.
  • Loading branch information
4mmonium authored Nov 20, 2023
1 parent 27214d7 commit 7b53d7f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions HUD/SetMinimapComponent.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ This native is used to colorize/toggle certain map components like the army base
Component IDs 6 through 14 are used by the freemode event King of the Castle in GTA Online.
An incomplete list of component IDs:
* **0** Los Santos International Airport yellow runway markers
* **1** Sandy Shores Airfield yellow runway markers
* **2** McKenzie Field yellow runway markers
* **6** Vespucci Beach lifeguard building
* **7** Top level zone of Alien Camp (Hippy Camp)
* **8** Paleto Bay fire station drill tower
### An incomplete list of component IDs:
* **0**: Los Santos International Airport yellow runway markers
* **1**: Sandy Shores Airfield yellow runway markers
* **2**: McKenzie Field yellow runway markers
* **6**: Vespucci Beach lifeguard building
* **7**: Top level zone of Alien Camp (Hippy Camp)
* **8**: Paleto Bay fire station drill tower
* **9** Land Act Dam tower
* **10** Pala Springs Aerial Tramway
* **11** Galileo Observatory power unit
Expand All @@ -28,12 +28,10 @@ An incomplete list of component IDs:
* **14** 2 Alien Camp (Hippy Camp) circles
* **15** Fort Zancudo
[List of hud colors](https://docs.fivem.net/docs/game-references/hud-colors/)
## Parameters
* **componentID**: The component ID to change.
* **toggle**: True to enable/colorize, false to disable.
* **hudColor**: The hudcolor index.
* **hudColor**: The hudcolor index, the list of hud colors can be found [here](https://docs.fivem.net/docs/game-references/hud-colors/).
## Return value
Hardcoded to always return 1 (int)
Expand Down

0 comments on commit 7b53d7f

Please sign in to comment.