| Property | Value |
|---|---|
| Native Name | ADD_BLIP_FOR_RADIUS |
| Hash | 0x4626756C |
| Return Type | Blip |
| API Set | server |
| Parameters | posX (float), posY (float), posZ (float), radius (float) |
Description: Create a blip with a radius for the specified coordinates (it doesnt create the blip sprite, so you need to use AddBlipCoords)
Example image:

This is the server-side RPC native equivalent of the client native ADD_BLIP_FOR_RADIUS.
Parameters
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