Native referenceFiveMserver

ADD_BLIP_FOR_COORD

0xC6F43D0E CFX
FUNCTION SIGNATURE
Blip ADD_BLIP_FOR_COORD(float x, float y, float z);
Property Value
Native Name ADD_BLIP_FOR_COORD
Hash 0xC6F43D0E
Return Type Blip
API Set server
Parameters x (float), y (float), z (float)

Description: Creates a blip for the specified coordinates. You can use SET_BLIP_ natives to change the blip.

This is the server-side RPC native equivalent of the client native ADD_BLIP_FOR_COORD.

Parameters

  • x (float) — The X coordinate to create the blip on.
  • y (float) — The Y coordinate.
  • z (float) — The Z coordinate.
Back to CFX