| Property | Value |
|---|---|
| Native Name | ADD_BLIP_FOR_ENTITY |
| Hash | 0x30822554 |
| Return Type | Blip |
| API Set | server |
| Parameters | entity (Entity) |
Description: Create a blip that by default is red (enemy), you can use SET_BLIP_AS_FRIENDLY to make it blue (friend).
Can be used for objects, vehicles and peds.
Example of enemy:
Example of friend:

This is the server-side RPC native equivalent of the client native ADD_BLIP_FOR_ENTITY.
Parameters
entity(Entity) — The entity handle to create the blip.