Native referenceFiveMserver

_ADD_BLIP_FOR_AREA

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

Description: Adds a rectangular blip for the specified coordinates/area. It is recommended to use SET_BLIP_ROTATION and SET_BLIP_COLOUR to make the blip not rotate along with the camera. By default, the blip will show as a regular blip with the specified color/sprite if it is outside of the minimap view. Example image: minimap big map (Native name is likely to actually be ADD_BLIP_FOR_AREA, but due to the usual reasons this can't be confirmed)

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

Parameters

  • x (float) — The X coordinate of the center of the blip.
  • y (float) — The Y coordinate of the center of the blip.
  • z (float) — The Z coordinate of the center of the blip.
  • width (float) — The width of the blip.
  • height (float) — The height of the blip.
Back to CFX