ShowFriendIndicatorOnBlip — FiveM Natives
0x23C3EB807312F01A · HUD · all
Highlights a blip by a half cyan circle on the right side of the blip.  Indicating that that player is a friend (in GTA:O). This color can not be changed. To toggle the left side (crew member indicator) of the half circle around the blip, use: SHOW_CREW_INDICATOR_ON_BLIP.
Parameters
| Name | Type | Description |
|---|---|---|
| blip | Blip | The blip to toggle the half circle on. |
| toggle | BOOL | Enables or disables the half circle around the blip (on the right side of the blip). |
Returns
void