Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions ext/native-decls/SetBlipShowCone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
ns: CFX
apiset: client
game: gta5
---
## SET_BLIP_SHOW_CONE

```c
void SET_BLIP_SHOW_CONE(Blip blip, Bool toggle, Int hudColorIndex);
```

This function show or hide the cone of a blip, you can also set the cone color by using the last parameter "hudColorIndex"

## Parameters
* **blip**: The blip handle.
* **toggle**: "true" to show, "false" to hide.
* **hudColorIndex**: use the hud colors listed here : https://docs.fivem.net/docs/game-references/hud-colors/.
Loading