AddBlipForRadius — FiveM Natives
0x46818D79B1F7499A · HUD · all
Create a blip with a radius for the specified coordinates (it doesnt create the blip sprite, so you need to use AddBlipCoords) Example image: !example
Parameters
| Name | Type | Description |
|---|---|---|
| posX | float | The x position of the blip (you can also send a vector3 instead of the bulk coordinates) |
| posY | float | The y position of the blip (you can also send a vector3 instead of the bulk coordinates) |
| posZ | float | The z position of the blip (you can also send a vector3 instead of the bulk coordinates) |
| radius | float | The number that defines the radius of the blip circle |
Returns
Blip