ShowCrewIndicatorOnBlip — FiveM Natives
0xDCFB5D4DB8BF367E · HUD · all
Enables or disables the blue half circle  around the specified blip on the left side of the blip. This is used to indicate that the player is in your crew in GTA:O. Color is changeable by using SET_BLIP_SECONDARY_COLOUR. To toggle the right side of the circle use: SHOW_FRIEND_INDICATOR_ON_BLIP. Example code result: 
Parameters
| Name | Type | Description |
|---|---|---|
| blip | Blip | The blip to toggle the half blue circle around the blip on. |
| toggle | BOOL | Enables or disables the half blue circle around the blip (on the left side). |
Returns
void