Native referenceFiveMserver

ADD_BLIP_FOR_ENTITY

0x30822554 CFX
FUNCTION SIGNATURE
Blip ADD_BLIP_FOR_ENTITY(Entity entity);
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: enemy Example of friend: 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.
Back to CFX