Native referenceRedMserver

ADD_BLIP_FOR_RADIUS

0x4626756C CFX
FUNCTION SIGNATURE
Blip ADD_BLIP_FOR_RADIUS(float posX, float posY, float posZ, float radius);
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: example

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
Back to CFX