AddBlipForRadius — RedM Natives
0x4626756C · CFX · server
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 This is the server-side RPC native equivalent of the client native ADD_BLIP_FOR_RADIUS.
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