Police blips help

So I played in a server where once you go on duty the only player blip you see are the cops and not the civ. Once your a civ or go off duty you only see civ and not the cops. I look everywhere for it but can’t find it. Any help would be appreciated

i don’t think you look that much for it cause it’s many example for the blip on the forum , the native you need is : ADD_BLIP_FOR_ENTITY

I didn’t find anything if you were so kind to post a link to one would be nice. maybe its what I type in search

You can find all the natives you need here.

If it’s helpful, here’s an example in C#.

UI::ADD_BLIP_FOR_ENTITY

Hashes: 0x5CDE92C702A8FCE7 0x30822554
Blip ADD_BLIP_FOR_ENTITY(Entity entity) // 0x5CDE92C702A8FCE7 0x30822554
Returns red ( default ) blip attached to entity.

C# Example:

Blip blip;
blip = Function.Call<Blip>(Hash.ADD_BLIP_FOR_ENTITY, Entity);