AddBlipForArea — FiveM Natives
0x6228F159 · CFX · server
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. (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
| Name | Type | Description |
|---|---|---|
| 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. |
Returns
Blip